mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
netlink_proto_init() depends on sock_init() to init sock_mnt. But netlink_proto_init() and sock_init() are both in the same core_initcall level. Fix this by move netlink_proto_init() to the core_initcall_sync level. Change-Id: I76733399c269efb191c5208fe45ce3add8993ebf Signed-off-by: Tao Huang <huangtao@rock-chips.com>