mlxsw: spectrum: Make mlxsw_sp_port_switchdev_ops static
authorJiri Pirko <jiri@mellanox.com>
Wed, 28 Oct 2015 09:17:05 +0000 (10:17 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Oct 2015 03:26:58 +0000 (12:26 +0900)
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c

index c2d09699b6daf92f346b7e7ab994cce2168f3d9e..617fb22b5d81e75e34a96a73a3c9918e060d3cb1 100644 (file)
@@ -732,7 +732,7 @@ static int mlxsw_sp_port_obj_dump(struct net_device *dev,
        return err;
 }
 
-const struct switchdev_ops mlxsw_sp_port_switchdev_ops = {
+static const struct switchdev_ops mlxsw_sp_port_switchdev_ops = {
        .switchdev_port_attr_get        = mlxsw_sp_port_attr_get,
        .switchdev_port_attr_set        = mlxsw_sp_port_attr_set,
        .switchdev_port_obj_add         = mlxsw_sp_port_obj_add,
This page took 0.029224 seconds and 5 git commands to generate.