From: Heiko Carstens Convert inet_init to an fs_initcall to make sure its called before any device driver's initcall. Signed-off-by: Heiko Carstens Signed-off-by: Andrew Morton --- net/ipv4/af_inet.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN net/ipv4/af_inet.c~ipv4-inet_init-fs_initcall net/ipv4/af_inet.c --- 25/net/ipv4/af_inet.c~ipv4-inet_init-fs_initcall Mon Apr 24 16:01:15 2006 +++ 25-akpm/net/ipv4/af_inet.c Mon Apr 24 16:01:15 2006 @@ -1257,7 +1257,7 @@ out_unregister_udp_proto: goto out; } -module_init(inet_init); +fs_initcall(inet_init); /* ------------------------------------------------------------------------ */ _