> From include/linux/netdevice.h > > 425 extern __inline__ void dev_init_buffers(struct device *dev) > 426 { > 427 /* DO NOTHING */ > 428 } In 2.4.10 sources: from include/linux/netdevice.h static inline void dev_init_buffers(struct net_device *dev) 576 { 577 /* WILL BE REMOVED IN 2.5.0 */ 578 } and from drivers/char/synclink.c: 7993 #if LINUX_VERSION_CODE < VERSION(2,4,4) 7994 dev_init_buffers(d); 7995 #endif Backward compatibility... -Ravi. __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/