summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorSean Anderson <[email protected]>2020-09-15 10:44:58 -0400
committerTom Rini <[email protected]>2020-09-30 08:53:20 -0400
commit69876c54de27f8cd7ac3ed73a4a1f1dc5b7ebb1a (patch)
tree73617aa130981479ece4396343807087cd570b6a /include/linux
parent9db60ee470c2d28a71ca23d1c453b033c07e3870 (diff)
linux/compat.h: Remove netdev_xxx functions
No drivers in U-Boot use these functions. Signed-off-by: Sean Anderson <[email protected]> Reviewed-by: Simon Glass <[email protected]> Tested-by: Patrick Delaunay <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/compat.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h
index 363b2b94255..d1297803122 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)