summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2004-11-10 22:40:27 -0800
committerDavid S. Miller <davem@nuts.davemloft.net>2004-11-10 22:40:27 -0800
commit9a92429171a6d3988523db977a5adc502eeacc1a (patch)
treee0883abd70bdd217b2ae404258db7dc1158796b1 /include/linux
parent57f28fbf571ac10c72ce1084ff53d467da83672a (diff)
[NET]: Remove net_init.c ifdef clutter.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/netdevice.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 9fa9c7ead784..c880b0ee02b3 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -902,10 +902,7 @@ static inline void netif_tx_disable(struct net_device *dev)
/* These functions live elsewhere (drivers/net/net_init.c, but related) */
extern void ether_setup(struct net_device *dev);
-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);
+
/* Support for loadable net-drivers */
extern struct net_device *alloc_netdev(int sizeof_priv, const char *name,
void (*setup)(struct net_device *));