]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge branch 'dsa-devlink'
authorDavid S. Miller <davem@davemloft.net>
Wed, 29 Mar 2017 05:46:05 +0000 (22:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Mar 2017 05:46:05 +0000 (22:46 -0700)
Andrew Lunn says:

====================
break include loop and dsa devlink support

These two patches add very basic support for devlink to DSA, in
preparation for playing with dpipe.

The first patch is needed to break an include loop between
netdevice.h, dsa.h and devlink.h. We need to remove dsa.h from
netdevice.h. As a result, some files fail to compile, because they
require includes pulled in via dsa.h. So this patch adds a number of
includes in various places. The majority is within the network
subsystem, but cifs also needs a few fixes.

0-day has been chewing on this for over a day now, and not found any
breakage. But Arnd's randconfig might uncover something.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge