[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140118145418.4b439f15@nehalam.linuxnetplumber.net>
Date: Sat, 18 Jan 2014 14:54:18 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: Jay Vosburgh <fubar@...ibm.com>,
Veaceslav Falico <vfalico@...hat.com>,
Andy Gospodarek <andy@...yhouse.net>,
David Miller <davem@...emloft.net>,
Scott Feldman <sfeldma@...ulusnetworks.com>
Cc: netdev@...r.kernel.org
Subject: [PATCH net-next] bond: make slave_sysfs_ops static
Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>
--- a/drivers/net/bonding/bond_sysfs_slave.c 2014-01-18 13:41:07.096564532 -0800
+++ b/drivers/net/bonding/bond_sysfs_slave.c 2014-01-18 13:52:28.927552881 -0800
@@ -102,7 +102,7 @@ static ssize_t slave_show(struct kobject
return slave_attr->show(slave, buf);
}
-const struct sysfs_ops slave_sysfs_ops = {
+static const struct sysfs_ops slave_sysfs_ops = {
.show = slave_show,
};
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists