]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'dsa-next'
authorDavid S. Miller <davem@davemloft.net>
Fri, 6 Mar 2015 05:18:29 +0000 (00:18 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Mar 2015 05:18:29 +0000 (00:18 -0500)
commit050f7dcd27b9b7ea789b5e4abe89efc445062f8a
tree9b62ef1646e406ee2a7d70fb2fdcf8de782c3e4d
parent496127290f298d839918a14728b653b43ef02708
parentc86e59b9e63659bb7fc2ba1781aabe2f37aaf10b
Merge branch 'dsa-next'

Florian Fainelli says:

====================
net: dsa: code re-organization

This pull request contains the first part of the patches required to implement
the grand plan detailed here:

http://www.spinics.net/lists/netdev/msg295942.html

These are mostly code re-organization and function bodies re-arrangement to
allow different callers of lower-level initialization functions for 'struct
dsa_switch' and 'struct dsa_switch_tree' to be later introduced.

There is no functional code change at this point.
====================

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