]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/bridge/br_sysfs_if.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[mv-sheeva.git] / net / bridge / br_sysfs_if.c
index 696596cd3384b2ef86e16594f3b282452ab86866..0b9916489d6bf0c1eb61ec2048ddeb0472221923 100644 (file)
@@ -238,7 +238,7 @@ static ssize_t brport_store(struct kobject * kobj,
        return ret;
 }
 
-struct sysfs_ops brport_sysfs_ops = {
+const struct sysfs_ops brport_sysfs_ops = {
        .show = brport_show,
        .store = brport_store,
 };