summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 18:00:07 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 18:00:07 -0800
commitc37b3aca314d94297b0f6ce1fefdf18d8d6cece6 (patch)
tree32f56433d55616eb1decc95df2b525cc2455b4fb /include/linux/netdevice.h
parent6db68906c1bb26066a32c8e5be0c523da41cf08f (diff)
v2.4.2 -> v2.4.2.1
- Chris Mason: reiserfs, another null bytes bug - Andrea Arkangeli: make SMP Athlon build - Alexander Zarochentcev: reiserfs directory fsync SMP locking fix - Jeff Garzik: PCI network driver updates - Alan Cox: continue merging - Ingo Molnar: fix RAID AUTORUN ioctl, scheduling improvements
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 462091674065..420ea0cc51f3 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -630,7 +630,6 @@ extern void fddi_setup(struct net_device *dev);
extern void tr_setup(struct net_device *dev);
extern void fc_setup(struct net_device *dev);
extern void fc_freedev(struct net_device *dev);
-extern int ether_config(struct net_device *dev, struct ifmap *map);
/* Support for loadable net-drivers */
extern int register_netdev(struct net_device *dev);
extern void unregister_netdev(struct net_device *dev);