commit | 9011b677e7564ebd27e0bd8379ddd9d1649106b4 | [log] [tgz] |
---|---|---|
author | Ido Schimmel <idosch@mellanox.com> | Tue May 16 19:38:25 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed May 17 14:06:54 2017 -0400 |
tree | 63574bd5e80dd51f51cc65b3cff116afca754b6c | |
parent | 33cbd87cc0099b3287cb24dc88b9c9abdedccd1e [diff] |
mlxsw: spectrum_router: Reduce scope of router struct In a similar fashion to previous patch, the router structure ('mlxsw_sp_router') doesn't need to be accessible to anyone, but the router code located at spectrum_router.c Make this apparent and reduce its scope by defining it there. Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>