Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1257,7 +1257,7 @@ static int __init inet_init(void)
	goto out;
}

module_init(inet_init);
fs_initcall(inet_init);

/* ------------------------------------------------------------------------ */