]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 7cb97de3cf63aa583d9158f4d07ea04ecf170f26..fb4e5edb3ed06ea602a828e3d1e15d92977665ea 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,
 };