diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-04-13 16:16:17 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-04-13 15:13:13 -0700 |
commit | 87b7e5c05c98c5f3947345d7fba68472e43cf611 (patch) | |
tree | d13fd36021e8df39381f5ed94f755b284109a3e2 /drivers/net/Space.c | |
parent | 90a825a47c96e069c880b7dbf96a8cd20deeb99f (diff) | |
download | linux-stable-87b7e5c05c98c5f3947345d7fba68472e43cf611.tar.gz linux-stable-87b7e5c05c98c5f3947345d7fba68472e43cf611.tar.bz2 linux-stable-87b7e5c05c98c5f3947345d7fba68472e43cf611.zip |
net: Space: remove hp100 probe
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>
Diffstat (limited to 'drivers/net/Space.c')
-rw-r--r-- | drivers/net/Space.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/Space.c b/drivers/net/Space.c index 890c86e11bcc..df79e7370bcc 100644 --- a/drivers/net/Space.c +++ b/drivers/net/Space.c @@ -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 |