]> git.pld-linux.org Git - packages/kernel.git/blame - 2.6.0-t8-ISAPnP-lkml.patch
- obsolete
[packages/kernel.git] / 2.6.0-t8-ISAPnP-lkml.patch
CommitLineData
47249829 1--- linux-2.6.0-test8.virgin/drivers/pnp/isapnp/core.c Sat Sep 27 23:17:52 2003
2+++ linux-2.6.0-test8/drivers/pnp/isapnp/core.c Sat Sep 27 23:20:18 2003
3@@ -1160,7 +1160,7 @@
4 return 0;
5 }
6
7-device_initcall(isapnp_init);
8+fs_initcall(isapnp_init);
9
10 /* format is: noisapnp */
11
12--- linux-2.6.0-test8.virgin/net/core/dev.c Sat Oct 18 09:36:27 2003
13+++ linux-2.6.0-test8/net/core/dev.c Wed Oct 22 23:22:57 2003
14@@ -3018,7 +3018,7 @@
15 return rc;
16 }
17
18-subsys_initcall(net_dev_init);
19+fs_initcall(net_dev_init);
20
21 EXPORT_SYMBOL(__dev_get);
22 EXPORT_SYMBOL(__dev_get_by_flags);
This page took 0.240598 seconds and 4 git commands to generate.