x86: sysfs: kill owner field from attribute
[safe/jmp/linux-2.6] / drivers / rtc / rtc-ds1511.c
index 7bb0a96..25caada 100644 (file)
@@ -481,7 +481,6 @@ static struct bin_attribute ds1511_nvram_attr = {
        .attr = {
                .name = "nvram",
                .mode = S_IRUGO | S_IWUGO,
-               .owner = THIS_MODULE,
        },
        .size = DS1511_RAM_MAX,
        .read = ds1511_nvram_read,