diff options
Diffstat (limited to 'drivers/zorro')
-rw-r--r-- | drivers/zorro/zorro-sysfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/zorro/zorro-sysfs.c b/drivers/zorro/zorro-sysfs.c index c3ba0ec334c4..7e03cc68b182 100644 --- a/drivers/zorro/zorro-sysfs.c +++ b/drivers/zorro/zorro-sysfs.c | |||
@@ -78,7 +78,6 @@ static struct bin_attribute zorro_config_attr = { | |||
78 | .attr = { | 78 | .attr = { |
79 | .name = "config", | 79 | .name = "config", |
80 | .mode = S_IRUGO | S_IWUSR, | 80 | .mode = S_IRUGO | S_IWUSR, |
81 | .owner = THIS_MODULE | ||
82 | }, | 81 | }, |
83 | .size = sizeof(struct ConfigDev), | 82 | .size = sizeof(struct ConfigDev), |
84 | .read = zorro_read_config, | 83 | .read = zorro_read_config, |