summaryrefslogtreecommitdiff
path: root/drivers/net/Space.c
diff options
context:
space:
mode:
authorRalf Bächle <ralf@linux-mips.org>2005-01-27 14:12:28 -0500
committerJeff Garzik <jgarzik@pobox.com>2005-01-27 14:12:28 -0500
commit1f6d24c68dd9726ea83ebef94f4e8c74eb4657bc (patch)
tree6e79de755f1b077f71b82fa407042b705a947f08 /drivers/net/Space.c
parent427a4804db4e131909b39ef69956305ab436e6e6 (diff)
[PATCH] Jazzsonic driver updates
o Resurrect the Jazz SONIC driver after years of it not having been tested o Convert from Space.c initialization to module_init / platform device. Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net/Space.c')
-rw-r--r--drivers/net/Space.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/Space.c b/drivers/net/Space.c
index 4158b44c54fd..fc519377b5aa 100644
--- a/drivers/net/Space.c
+++ b/drivers/net/Space.c
@@ -302,13 +302,6 @@ static struct devprobe2 m68k_probes[] __initdata = {
{NULL, 0},
};
-static struct devprobe2 mips_probes[] __initdata = {
-#ifdef CONFIG_MIPS_JAZZ_SONIC
- {sonic_probe, 0},
-#endif
- {NULL, 0},
-};
-
/*
* Unified ethernet device probe, segmented per architecture and
* per bus interface. This drives the legacy devices only for now.
@@ -322,7 +315,6 @@ static void __init ethif_probe2(int unit)
return;
(void)( probe_list2(unit, m68k_probes, base_addr == 0) &&
- probe_list2(unit, mips_probes, base_addr == 0) &&
probe_list2(unit, eisa_probes, base_addr == 0) &&
probe_list2(unit, mca_probes, base_addr == 0) &&
probe_list2(unit, isa_probes, base_addr == 0) &&