diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 59dc05f3824..5f49cc0a107 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -2720,9 +2720,6 @@ static inline const char *netdev_name(const struct net_device *dev) | |||
2720 | return dev->name; | 2720 | return dev->name; |
2721 | } | 2721 | } |
2722 | 2722 | ||
2723 | extern int __netdev_printk(const char *level, const struct net_device *dev, | ||
2724 | struct va_format *vaf); | ||
2725 | |||
2726 | extern __printf(3, 4) | 2723 | extern __printf(3, 4) |
2727 | int netdev_printk(const char *level, const struct net_device *dev, | 2724 | int netdev_printk(const char *level, const struct net_device *dev, |
2728 | const char *format, ...); | 2725 | const char *format, ...); |