From: Christoph Egger Date: Wed, 14 Jul 2010 19:17:35 +0000 (-0700) Subject: net: Removing dead {AR,WAVE}LAN X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=2a710b59a93d5fa3f02283491084fc37e042fdc1;p=deliverable%2Flinux.git net: Removing dead {AR,WAVE}LAN {AR,WAVE}LAN doesn't exist in Kconfig, therefore removing all references for it from the source code. Signed-off-by: Christoph Egger Signed-off-by: David S. Miller --- diff --git a/drivers/net/Space.c b/drivers/net/Space.c index 3b79c6cf21a3..9bb405bd664e 100644 --- a/drivers/net/Space.c +++ b/drivers/net/Space.c @@ -218,12 +218,6 @@ static struct devprobe2 isa_probes[] __initdata = { #ifdef CONFIG_EL1 /* 3c501 */ {el1_probe, 0}, #endif -#ifdef CONFIG_WAVELAN /* WaveLAN */ - {wavelan_probe, 0}, -#endif -#ifdef CONFIG_ARLAN /* Aironet */ - {arlan_probe, 0}, -#endif #ifdef CONFIG_EL16 /* 3c507 */ {el16_probe, 0}, #endif