]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit2ce1ee1780564ba06ab4c1434aa03e347dc9169f
treeafbfd0d445469f7a7afe15454925ed3348774bd3
parentf4575d3534617eec98c7eb8701185cec96b4374b
net: remove some sparse warnings

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