sysfs: kill unnecessary attribute->owner
[linux-2.6-block.git] / net / bridge / br_sysfs_br.c
index 33c6c4a7c689d76f25299c0cdb730d33315f8e73..31ace23a0914e3deadacce825d5e086712440653 100644 (file)
@@ -383,8 +383,7 @@ static ssize_t brforward_read(struct kobject *kobj, char *buf,
 
 static struct bin_attribute bridge_forward = {
        .attr = { .name = SYSFS_BRIDGE_FDB,
-                 .mode = S_IRUGO,
-                 .owner = THIS_MODULE, },
+                 .mode = S_IRUGO, },
        .read = brforward_read,
 };