Commit a536e077 authored by Heiko Carstens's avatar Heiko Carstens Committed by David S. Miller

[IPV4]: inet_init() -> fs_initcall

Convert inet_init to an fs_initcall to make sure its called before any
device driver's initcall.
Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 09493abf
......@@ -1257,7 +1257,7 @@ static int __init inet_init(void)
goto out;
}
module_init(inet_init);
fs_initcall(inet_init);
/* ------------------------------------------------------------------------ */
......
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