]> git.hungrycats.org Git - linux/commitdiff
[PATCH] 2.5.56, isapnp_init level
authorMartin H. VanLeeuwen <vanl@megsinet.net>
Sun, 12 Jan 2003 03:42:57 +0000 (19:42 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 12 Jan 2003 03:42:57 +0000 (19:42 -0800)
In 2.5.50 the level of isapnp_init was moved to after apci.  Since it is
now after net_dev_init, ISA PNP NICS fail to initialized at boot.

This fix allows ISA PNP NIC cards to work during net_dev_init, and still
leaves isapnp_init after apci_init.

drivers/pnp/isapnp/core.c

index 50532b0d24640c6a16fdaeedace53315c2d51454..a694580fda77d768ede9ffb53bc9fae21fb81b96 100644 (file)
@@ -1138,7 +1138,7 @@ int __init isapnp_init(void)
        return 0;
 }
 
-device_initcall(isapnp_init);
+subsys_initcall(isapnp_init);
 
 /* format is: noisapnp */