diff options
Diffstat (limited to 'drivers/rtc/rtc-ds1742.c')
-rw-r--r-- | drivers/rtc/rtc-ds1742.c | 1 |
1 files changed, 0 insertions, 1 deletions
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, |