diff options
| author | Tom Rini <trini@konsulko.com> | 2020-09-30 09:07:06 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2020-09-30 09:07:06 -0400 |
| commit | 527fad0b2484bf1dd4c443c4c8f4384aa256938f (patch) | |
| tree | e50b2e3551ce9ac05713b1204e63faea793e94f7 /include/linux | |
| parent | 0ac83d080a0044cd0d8f782ba12f02cf969d3004 (diff) | |
| parent | ceb70bb870ac0761992d3e38e9287a338e3b846a (diff) | |
| download | u-boot-527fad0b2484bf1dd4c443c4c8f4384aa256938f.tar.gz u-boot-527fad0b2484bf1dd4c443c4c8f4384aa256938f.tar.xz u-boot-527fad0b2484bf1dd4c443c4c8f4384aa256938f.zip | |
Merge branch '2020-09-29-dev_xxx-print-improvement' into next
- Improve our dev_xxx(..) wrappers to be generally used and available
rather than discarded at link/compile time.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/compat.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h index 363b2b9425..d129780312 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h @@ -52,25 +52,6 @@ extern struct p_current *current; #define dev_warn(dev, fmt, args...) \ printf(fmt, ##args) -#define netdev_emerg(dev, fmt, args...) \ - printf(fmt, ##args) -#define netdev_alert(dev, fmt, args...) \ - printf(fmt, ##args) -#define netdev_crit(dev, fmt, args...) \ - printf(fmt, ##args) -#define netdev_err(dev, fmt, args...) \ - printf(fmt, ##args) -#define netdev_warn(dev, fmt, args...) \ - printf(fmt, ##args) -#define netdev_notice(dev, fmt, args...) \ - printf(fmt, ##args) -#define netdev_info(dev, fmt, args...) \ - printf(fmt, ##args) -#define netdev_dbg(dev, fmt, args...) \ - debug(fmt, ##args) -#define netdev_vdbg(dev, fmt, args...) \ - debug(fmt, ##args) - #define GFP_ATOMIC ((gfp_t) 0) #define GFP_KERNEL ((gfp_t) 0) #define GFP_NOFS ((gfp_t) 0) |
