summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Belay <ambx1@neo.rr.com>2003-11-03 07:06:20 -0800
committerLinus Torvalds <torvalds@home.osdl.org>2003-11-03 07:06:20 -0800
commita2b33e05d13df337b6c06047129fe18bd9904c28 (patch)
tree5cb2ce60a08cd397ca10d01a87c9bd4b4f1239a5 /include
parent6fdc22ba4aebdee73b5ea55c3b3d7f53fc7eff6d (diff)
[PATCH] Fix ISAPNP netdev initialization
Moving isapnp further down in the bus initialization obviously sparked some new problems. Instead, remove the legacy netdev probing function from dev.c and give it its own initcall later in the cycle.
Diffstat (limited to 'include')
-rw-r--r--include/linux/netdevice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 1d79d6e49672..b4744f9e42b0 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -494,7 +494,6 @@ extern struct net_device loopback_dev; /* The loopback */
extern struct net_device *dev_base; /* All devices */
extern rwlock_t dev_base_lock; /* Device list lock */
-extern void probe_old_netdevs(void);
extern int netdev_boot_setup_add(char *name, struct ifmap *map);
extern int netdev_boot_setup_check(struct net_device *dev);
extern struct net_device *dev_getbyhwaddr(unsigned short type, char *hwaddr);