提交 a536e077 编写于 作者: H Heiko Carstens 提交者: 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: NHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册