]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcaec4765345c5104401439956881ed0f35f8b87b
tree12f6a8ab281a0e1d4570ba19ccc8abd35dd4ccde
parentecb2b344adb5768895302cbbee633eb70e586fa9
parent9558c5c9010917c7092b77ce455627092d300f1b
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>