Skip to content

Commit 87b7e5c

Browse files
arndbdavem330
authored andcommitted
net: Space: remove hp100 probe
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 90a825a commit 87b7e5c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/net/Space.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ static int __init probe_list2(int unit, struct devprobe2 *p, int autoprobe)
5959
* look for EISA/PCI cards in addition to ISA cards).
6060
*/
6161
static struct devprobe2 isa_probes[] __initdata = {
62-
#if defined(CONFIG_HP100) && defined(CONFIG_ISA) /* ISA, EISA */
63-
{hp100_probe, 0},
64-
#endif
6562
#ifdef CONFIG_3C515
6663
{tc515_probe, 0},
6764
#endif

0 commit comments

Comments
 (0)