Commit 430c4e0f authored by David S. Miller's avatar David S. Miller

[NETLINK]: netlink_kernel[] no longer used.

The netlink_post stuff Arjan removed was the only
user of this array.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 75eb687f
......@@ -98,10 +98,6 @@ static struct netlink_table *nl_table;
static DECLARE_WAIT_QUEUE_HEAD(nl_table_wait);
static unsigned int nl_nonroot[MAX_LINKS];
#ifdef NL_EMULATE_DEV
static struct socket *netlink_kernel[MAX_LINKS];
#endif
static int netlink_dump(struct sock *sk);
static void netlink_destroy_callback(struct netlink_callback *cb);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment