summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2003-05-21 11:08:18 -0700
committerDavid S. Miller <davem@nuts.ninka.net>2003-05-21 11:08:18 -0700
commit4ad508515ded6a61171dc5d4f3cd6ce853cc92c1 (patch)
treea39c6bf9d83c3d5e4b88d49c8c25855207d0bb6e /include/linux
parent73baeace66f0d4b38de07595ac2cfd308bd22452 (diff)
[NET]: Switch arcnet over to initcalls.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/arcdevice.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/arcdevice.h b/include/linux/arcdevice.h
index 3c37d0538cc2..8ddb454c85b5 100644
--- a/include/linux/arcdevice.h
+++ b/include/linux/arcdevice.h
@@ -333,14 +333,5 @@ void arcnet_interrupt(int irq, void *dev_id, struct pt_regs *regs);
void arcdev_setup(struct net_device *dev);
void arcnet_rx(struct net_device *dev, int bufnum);
-void arcnet_init(void);
-
-void arcnet_rfc1201_init(void);
-void arcnet_rfc1051_init(void);
-void arcnet_raw_init(void);
-
-int com90xx_probe(struct net_device *dev);
-
#endif /* __KERNEL__ */
-
#endif /* _LINUX_ARCDEVICE_H */