Commit 6fa50f05 authored by David S. Miller's avatar David S. Miller

Cset exclude: akpm@osdl.org|ChangeSet|20031029192849|64746

parent 3c4536d8
...@@ -1160,7 +1160,7 @@ int __init isapnp_init(void) ...@@ -1160,7 +1160,7 @@ int __init isapnp_init(void)
return 0; return 0;
} }
fs_initcall(isapnp_init); device_initcall(isapnp_init);
/* format is: noisapnp */ /* format is: noisapnp */
......
...@@ -3049,7 +3049,7 @@ static int __init net_dev_init(void) ...@@ -3049,7 +3049,7 @@ static int __init net_dev_init(void)
return rc; return rc;
} }
fs_initcall(net_dev_init); subsys_initcall(net_dev_init);
EXPORT_SYMBOL(__dev_get); EXPORT_SYMBOL(__dev_get);
EXPORT_SYMBOL(__dev_get_by_flags); EXPORT_SYMBOL(__dev_get_by_flags);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment