Merge branch 'fix/hda' into topic/hda
[firefly-linux-kernel-4.4.55.git] / drivers / rtc / rtc-ds1305.c
index 57b470f3fc0b97444139806e933c7d00d8721df8..fc372df6534b5e93b3296913be692188cd5c1d41 100644 (file)
@@ -606,7 +606,6 @@ ds1305_nvram_write(struct kobject *kobj, struct bin_attribute *attr,
 static struct bin_attribute nvram = {
        .attr.name      = "nvram",
        .attr.mode      = S_IRUGO | S_IWUSR,
-       .attr.owner     = THIS_MODULE,
        .read           = ds1305_nvram_read,
        .write          = ds1305_nvram_write,
        .size           = DS1305_NVRAM_LEN,