net: add netdev_lockdep_set_classes() helper
authorEric Dumazet <edumazet@google.com>
Thu, 9 Jun 2016 14:45:12 +0000 (07:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Jun 2016 20:28:37 +0000 (13:28 -0700)
commitd3fff6c443fe8f8a5ef2bdcea45e2ff39db948c7
treeec632344dab9ba6c7a3767aa4054e682ddf5871c
parent52fbb2907988aa0583c6d9d53a56aee090b2df7e
net: add netdev_lockdep_set_classes() helper

It is time to add netdev_lockdep_set_classes() helper
so that lockdep annotations per device type are easier to manage.

This removes a lot of copies and missing annotations.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c
drivers/net/ppp/ppp_generic.c
drivers/net/team/team.c
include/linux/netdevice.h
net/bluetooth/6lowpan.c
net/ieee802154/6lowpan/core.c
net/l2tp/l2tp_eth.c