Commit 905ae6f1 authored by Adam J. Richter's avatar Adam J. Richter Committed by Jeff Garzik

[netdrvr] de600 has module_init, so remove its listing from Space.c

parent d6c15bf3
......@@ -105,7 +105,6 @@ extern int mac89x0_probe(struct net_device *dev);
extern int mc32_probe(struct net_device *dev);
/* Detachable devices ("pocket adaptors") */
extern int de600_probe(struct net_device *);
extern int de620_probe(struct net_device *);
/* FDDI adapters */
......@@ -315,9 +314,6 @@ static struct devprobe isa_probes[] __initdata = {
};
static struct devprobe parport_probes[] __initdata = {
#ifdef CONFIG_DE600 /* D-Link DE-600 adapter */
{de600_probe, 0},
#endif
#ifdef CONFIG_DE620 /* D-Link DE-620 adapter */
{de620_probe, 0},
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment