diff options
Diffstat (limited to 'net/core/rtnetlink.c')
| -rw-r--r-- | net/core/rtnetlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c index 4b1bb30e63..9b3c61f1a3 100644 --- a/net/core/rtnetlink.c +++ b/net/core/rtnetlink.c | |||
| @@ -708,7 +708,7 @@ void __init rtnetlink_init(void) | |||
| 708 | if (!rta_buf) | 708 | if (!rta_buf) |
| 709 | panic("rtnetlink_init: cannot allocate rta_buf\n"); | 709 | panic("rtnetlink_init: cannot allocate rta_buf\n"); |
| 710 | 710 | ||
| 711 | rtnl = netlink_kernel_create(NETLINK_ROUTE, rtnetlink_rcv); | 711 | rtnl = netlink_kernel_create(NETLINK_ROUTE, rtnetlink_rcv, THIS_MODULE); |
| 712 | if (rtnl == NULL) | 712 | if (rtnl == NULL) |
| 713 | panic("rtnetlink_init: cannot initialize rtnetlink\n"); | 713 | panic("rtnetlink_init: cannot initialize rtnetlink\n"); |
| 714 | netlink_set_nonroot(NETLINK_ROUTE, NL_NONROOT_RECV); | 714 | netlink_set_nonroot(NETLINK_ROUTE, NL_NONROOT_RECV); |
