aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc')
-rw-r--r--drivers/rtc/rtc-ds1553.c1
-rw-r--r--drivers/rtc/rtc-ds1742.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/rtc/rtc-ds1553.c b/drivers/rtc/rtc-ds1553.c
index afa64c7fa2e2..b024cfb558f4 100644
--- a/drivers/rtc/rtc-ds1553.c
+++ b/drivers/rtc/rtc-ds1553.c
@@ -290,7 +290,6 @@ static struct bin_attribute ds1553_nvram_attr = {
290 .attr = { 290 .attr = {
291 .name = "nvram", 291 .name = "nvram",
292 .mode = S_IRUGO | S_IWUGO, 292 .mode = S_IRUGO | S_IWUGO,
293 .owner = THIS_MODULE,
294 }, 293 },
295 .size = RTC_OFFSET, 294 .size = RTC_OFFSET,
296 .read = ds1553_nvram_read, 295 .read = ds1553_nvram_read,
diff --git a/drivers/rtc/rtc-ds1742.c b/drivers/rtc/rtc-ds1742.c
index d68288b389dc..1638acdbc913 100644
--- a/drivers/rtc/rtc-ds1742.c
+++ b/drivers/rtc/rtc-ds1742.c
@@ -159,7 +159,6 @@ static struct bin_attribute ds1742_nvram_attr = {
159 .attr = { 159 .attr = {
160 .name = "nvram", 160 .name = "nvram",
161 .mode = S_IRUGO | S_IWUGO, 161 .mode = S_IRUGO | S_IWUGO,
162 .owner = THIS_MODULE,
163 }, 162 },
164 .read = ds1742_nvram_read, 163 .read = ds1742_nvram_read,
165 .write = ds1742_nvram_write, 164 .write = ds1742_nvram_write,