OSDN Git Service

Merge branch 'mlxsw-Preparations-for-restructuring'
authorDavid S. Miller <davem@davemloft.net>
Wed, 17 May 2017 18:06:56 +0000 (14:06 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 May 2017 18:06:56 +0000 (14:06 -0400)
commit631581bf4609d4c37a70873eb1df89fc7a335d9b
tree12f6a8ab281a0e1d4570ba19ccc8abd35dd4ccde
parent29db39841896de99dcb3b1deaed61a13cb9d8036
parent45a4a16cdb0332ccf09064e22ba03e75c0cd3171
Merge branch 'mlxsw-Preparations-for-restructuring'

Jiri Pirko says:

====================
mlxsw: Preparations for restructuring

This patchset doesn't introduce any functional changes and merely meant
to make the code base more receptive for upcoming restructuring.

The first six patches mainly shuffle code in order to reduce the scope of
structs that shouldn't be defined in the main driver header. Most of them
will be later expanded, so it makes sense to correctly place them now.

The last patches mostly simplify bridge-related functions, so that they
could be more easily modified later on.
====================

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