diff options
Diffstat (limited to 'net/bridge/br_sysfs_br.c')
-rw-r--r-- | net/bridge/br_sysfs_br.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/bridge/br_sysfs_br.c b/net/bridge/br_sysfs_br.c index 33c6c4a7c689..31ace23a0914 100644 --- a/net/bridge/br_sysfs_br.c +++ b/net/bridge/br_sysfs_br.c | |||
@@ -383,8 +383,7 @@ static ssize_t brforward_read(struct kobject *kobj, char *buf, | |||
383 | 383 | ||
384 | static struct bin_attribute bridge_forward = { | 384 | static struct bin_attribute bridge_forward = { |
385 | .attr = { .name = SYSFS_BRIDGE_FDB, | 385 | .attr = { .name = SYSFS_BRIDGE_FDB, |
386 | .mode = S_IRUGO, | 386 | .mode = S_IRUGO, }, |
387 | .owner = THIS_MODULE, }, | ||
388 | .read = brforward_read, | 387 | .read = brforward_read, |
389 | }; | 388 | }; |
390 | 389 | ||