aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Space.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Space.c')
-rw-r--r--drivers/net/Space.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/Space.c b/drivers/net/Space.c
index b69dac1df344..4141c6465683 100644
--- a/drivers/net/Space.c
+++ b/drivers/net/Space.c
@@ -50,7 +50,6 @@ extern struct net_device *eth16i_probe(int unit);
50extern struct net_device *i82596_probe(int unit); 50extern struct net_device *i82596_probe(int unit);
51extern struct net_device *ewrk3_probe(int unit); 51extern struct net_device *ewrk3_probe(int unit);
52extern struct net_device *e2100_probe(int unit); 52extern struct net_device *e2100_probe(int unit);
53extern struct net_device *ni5010_probe(int unit);
54extern struct net_device *ni65_probe(int unit); 53extern struct net_device *ni65_probe(int unit);
55extern struct net_device *sonic_probe(int unit); 54extern struct net_device *sonic_probe(int unit);
56extern struct net_device *seeq8005_probe(int unit); 55extern struct net_device *seeq8005_probe(int unit);
@@ -153,9 +152,6 @@ static struct devprobe2 isa_probes[] __initdata = {
153#if defined(CONFIG_MVME16x_NET) || defined(CONFIG_BVME6000_NET) /* Intel I82596 */ 152#if defined(CONFIG_MVME16x_NET) || defined(CONFIG_BVME6000_NET) /* Intel I82596 */
154 {i82596_probe, 0}, 153 {i82596_probe, 0},
155#endif 154#endif
156#ifdef CONFIG_NI5010
157 {ni5010_probe, 0},
158#endif
159#ifdef CONFIG_NI65 155#ifdef CONFIG_NI65
160 {ni65_probe, 0}, 156 {ni65_probe, 0},
161#endif 157#endif