summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 18:13:09 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 18:13:09 -0800
commit9102e0eb3e9e472dabe91d65783662d5619cf83b (patch)
tree749e1f2ee74fdabdc3dbca665b3c2fcd024c90c0 /include/linux/netdevice.h
parentd39a11f309a4fdeeed232dd6c0f00604d11a4aea (diff)
v2.4.3.4 -> v2.4.3.5
- Mike Phillips: olympic driver update - Alan Cox: continued resyncing (lots of small stuff, big NTFS merge from Anton) - Martin Dalecki: cleanup (remove unused and unnecessary get_hardblocksize) - Chris Mason: fix potential reiserfs journal overflow - Jeff Garzik: network driver updates - David Miller: sparc fixes, some network cleanups
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);