summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 06c7b4c87365..830d9113645e 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -565,7 +565,7 @@ extern int netdev_nit;
static inline void dev_init_buffers(struct net_device *dev)
{
- /* DO NOTHING */
+ /* WILL BE REMOVED IN 2.5.0 */
}
extern int netdev_finish_unregister(struct net_device *dev);