sysfs: kill unnecessary attribute->owner
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / zorro / zorro-sysfs.c
index c3ba0ec..7e03cc6 100644 (file)
@@ -78,7 +78,6 @@ static struct bin_attribute zorro_config_attr = {
        .attr = {
                .name = "config",
                .mode = S_IRUGO | S_IWUSR,
-               .owner = THIS_MODULE
        },
        .size = sizeof(struct ConfigDev),
        .read = zorro_read_config,