x86: sysfs: kill owner field from attribute
[pandora-kernel.git] / drivers / rtc / rtc-m48t59.c
index ed671e2..04b63da 100644 (file)
@@ -360,7 +360,6 @@ static struct bin_attribute m48t59_nvram_attr = {
        .attr = {
                .name = "nvram",
                .mode = S_IRUGO | S_IWUSR,
-               .owner = THIS_MODULE,
        },
        .read = m48t59_nvram_read,
        .write = m48t59_nvram_write,