Commit 8d783163 authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller

bond: make slave_sysfs_ops static

Signed-off-by: default avatarStephen Hemminger <stephen@networkplumber.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f14fe8a8
......@@ -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,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment