Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

bond: make slave_sysfs_ops static

parent f14fe8a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
};