net/ethernet: Drop H8/300 Ethernet driver
Architecture is gone, so this driver is no longer needed. Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
@@ -102,8 +102,7 @@ static struct devprobe2 isa_probes[] __initdata = {
|
||||
#ifdef CONFIG_WD80x3
|
||||
{wd_probe, 0},
|
||||
#endif
|
||||
#if defined(CONFIG_NE2000) || \
|
||||
defined(CONFIG_NE_H8300) /* ISA (use ne2k-pci for PCI cards) */
|
||||
#if defined(CONFIG_NE2000) /* ISA (use ne2k-pci for PCI cards) */
|
||||
{ne_probe, 0},
|
||||
#endif
|
||||
#ifdef CONFIG_LANCE /* ISA/VLB (use pcnet32 for PCI cards) */
|
||||
|
Reference in New Issue
Block a user