net: Space: remove hp100 probe
authorArnd Bergmann <arnd@arndb.de>
Tue, 13 Apr 2021 14:16:17 +0000 (16:16 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Apr 2021 22:13:13 +0000 (15:13 -0700)
The driver was removed last year, but the static initialization got left
behind by accident.

Fixes: a10079c66290 ("staging: remove hp100 driver")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/Space.c

index 890c86e11bcc7f7f9b3030230587d60561a88da1..df79e7370bccf8de41256249175a4f352cf533ec 100644 (file)
@@ -59,9 +59,6 @@ static int __init probe_list2(int unit, struct devprobe2 *p, int autoprobe)
  * look for EISA/PCI cards in addition to ISA cards).
  */
 static struct devprobe2 isa_probes[] __initdata = {
-#if defined(CONFIG_HP100) && defined(CONFIG_ISA)       /* ISA, EISA */
-       {hp100_probe, 0},
-#endif
 #ifdef CONFIG_3C515
        {tc515_probe, 0},
 #endif