netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] bond: make slave_sysfs_ops static
@ 2014-01-18 22:54 Stephen Hemminger
  2014-01-22  0:46 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2014-01-18 22:54 UTC (permalink / raw)
  To: Jay Vosburgh, Veaceslav Falico, Andy Gospodarek, David Miller,
	Scott Feldman
  Cc: netdev



Signed-off-by: Stephen Hemminger <stephen@networkplumber.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,
 };
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next] bond: make slave_sysfs_ops static
  2014-01-18 22:54 [PATCH net-next] bond: make slave_sysfs_ops static Stephen Hemminger
@ 2014-01-22  0:46 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-01-22  0:46 UTC (permalink / raw)
  To: stephen; +Cc: fubar, vfalico, andy, sfeldma, netdev

From: Stephen Hemminger <stephen@networkplumber.org>
Date: Sat, 18 Jan 2014 14:54:18 -0800

> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-01-22  0:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-18 22:54 [PATCH net-next] bond: make slave_sysfs_ops static Stephen Hemminger
2014-01-22  0:46 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).