mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
linux/compat.h: Remove netdev_xxx functions
No drivers in U-Boot use these functions. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Patrick Delaunay <patrick.delaunay@st.com>
This commit is contained in:
parent
9db60ee470
commit
69876c54de
1 changed files with 0 additions and 19 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue