bond: make slave_sysfs_ops static

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
stephen hemminger 2014-01-18 14:54:18 -08:00 committed by David S. Miller
parent f14fe8a848
commit 8d78316386
1 changed files with 1 additions and 1 deletions

View 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,
};