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> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
af_netlink.c | ||
af_netlink.h | ||
diag.c | ||
genetlink.c |