projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f14fe8a
)
bond: make slave_sysfs_ops static
author
stephen hemminger
<
[email protected]
>
Sat, 18 Jan 2014 22:54:18 +0000
(14:54 -0800)
committer
David S. Miller
<
[email protected]
>
Wed, 22 Jan 2014 00:45:41 +0000
(16:45 -0800)
Signed-off-by: Stephen Hemminger <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/bonding/bond_sysfs_slave.c
patch
|
blob
|
history
diff --git
a/drivers/net/bonding/bond_sysfs_slave.c
b/drivers/net/bonding/bond_sysfs_slave.c
index 7cb97de3cf63aa583d9158f4d07ea04ecf170f26..fb4e5edb3ed06ea602a828e3d1e15d92977665ea 100644
(file)
--- a/
drivers/net/bonding/bond_sysfs_slave.c
+++ b/
drivers/net/bonding/bond_sysfs_slave.c
@@
-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,
};