]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf4997f3a383d04898a4c4813e5ee2691e8693bc5
tree97674d9de953c26b4ba9b723cdfc4d99af02dfc7
parent971df69b1a1e170656168bd55c799336fccb5006
parent25b110fa8e5b1a1747b2fae48d44ed9c4efa9127
Merge branch 'dsa-devlink'

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>