sysfs: kill unnecessary attribute->owner
[deliverable/linux.git] / drivers / rtc / rtc-ds1553.c
index afa64c7fa2e2d67152b50fe75b011e7cf2c8a6f2..b024cfb558f4e526e661bf8cd70c5471b1cf019f 100644 (file)
@@ -290,7 +290,6 @@ static struct bin_attribute ds1553_nvram_attr = {
        .attr = {
                .name = "nvram",
                .mode = S_IRUGO | S_IWUGO,
-               .owner = THIS_MODULE,
        },
        .size = RTC_OFFSET,
        .read = ds1553_nvram_read,
This page took 0.029075 seconds and 5 git commands to generate.