Skip to content

Commit

Permalink
net: Space: remove hp100 probe
Browse files Browse the repository at this point in the history
The driver was removed last year, but the static initialization got left
behind by accident.

Fixes: a10079c ("staging: remove hp100 driver")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Arnd Bergmann authored and David S. Miller committed Apr 13, 2021
1 parent 90a825a commit 87b7e5c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/net/Space.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87b7e5c

Please sign in to comment.