commit | 5efc2c4e01baba4a8313d876d757123ad867914b | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Jul 26 03:15:58 2018 -0700 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Tue Oct 09 14:18:17 2018 -0500 |
tree | 75c8db9b62735fc9d53ec650489688965107913e | |
parent | 0f836d368393b22e12faf4d0cc2df76676ab04da [diff] |
linux/compat.h: Add netdev_### log macros Currently there are two ethernet drivers (mvneta.c and mvpp2.c) that has netdev_### (eg: netdev_dbg) log macros defined in its own driver file. This adds these log macros in a common place linux/compat.h. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>