]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/bridge/br_sysfs_if.c
[BRIDGE]: Kill clone argument to br_flood_*
[linux-2.6-omap-h63xx.git] / net / bridge / br_sysfs_if.c
index 2da22927d8dd158ea341fe53d896dc1f53ea52b6..79db51fcb4768dabb001c5afb17325c6ad00a634 100644 (file)
@@ -29,8 +29,7 @@ struct brport_attribute {
 #define BRPORT_ATTR(_name,_mode,_show,_store)                  \
 struct brport_attribute brport_attr_##_name = {                \
        .attr = {.name = __stringify(_name),                    \
-                .mode = _mode,                                 \
-                .owner = THIS_MODULE, },                       \
+                .mode = _mode },                               \
        .show   = _show,                                        \
        .store  = _store,                                       \
 };