net: remove some sparse warnings
authorEric Dumazet <edumazet@google.com>
Wed, 4 Feb 2015 21:37:44 +0000 (13:37 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Feb 2015 08:41:17 +0000 (00:41 -0800)
netdev_adjacent_add_links() and netdev_adjacent_del_links()
are static.

queue->qdisc has __rcu annotation, need to use RCU_INIT_POINTER()

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c

diff --cc net/core/dev.c
Simple merge