bond: make slave_sysfs_ops static
authorstephen hemminger <stephen@networkplumber.org>
Sat, 18 Jan 2014 22:54:18 +0000 (14:54 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Jan 2014 00:45:41 +0000 (16:45 -0800)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_sysfs_slave.c

index 7cb97de..fb4e5ed 100644 (file)
@@ -102,7 +102,7 @@ static ssize_t slave_show(struct kobject *kobj,
        return slave_attr->show(slave, buf);
 }
 
-const struct sysfs_ops slave_sysfs_ops = {
+static const struct sysfs_ops slave_sysfs_ops = {
        .show = slave_show,
 };