commit | 33cbd87cc0099b3287cb24dc88b9c9abdedccd1e | [log] [tgz] |
---|---|---|
author | Ido Schimmel <idosch@mellanox.com> | Tue May 16 19:38:24 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed May 17 14:06:54 2017 -0400 |
tree | 4562a9324ee66b2aa757d8e8c155f799b8451794 | |
parent | 29db39841896de99dcb3b1deaed61a13cb9d8036 [diff] |
mlxsw: spectrum_buffer: Reduce scope of shared buffer struct The shared buffer structure ('mlxsw_sp_sb') doesn't need to be accessible to anyone, but the shared buffer code located at spectrum_buffers.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>