aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/class.c
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2018-02-12 23:47:34 +0100
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2018-03-01 10:49:23 +0100
commit0391df74a608e4e65c29ddf80e704edfa8f8ef25 (patch)
tree8fbce67a61adc86fb7d3e4b7ef022faacd8e9168 /drivers/rtc/class.c
parentce1ae8eb83bee42c5a0dbcc01346e41c6e85da43 (diff)
downloadlinux-0391df74a608e4e65c29ddf80e704edfa8f8ef25.tar.gz
rtc: remove nvmem_config
Because nvmem_config is only used and copied at nvmem registration, remove it from struct rtc_device. All the rtc drivers using nvmem are now calling rtc_nvmem_register directly. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc/class.c')
-rw-r--r--drivers/rtc/class.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/rtc/class.c b/drivers/rtc/class.c
index 0cab397f6e378..5a5ab4fa14f9f 100644
--- a/drivers/rtc/class.c
+++ b/drivers/rtc/class.c
@@ -454,8 +454,6 @@ int __rtc_register_device(struct module *owner, struct rtc_device *rtc)
rtc_proc_add_device(rtc);
- rtc_nvmem_register(rtc, rtc->nvmem_config);
-
rtc->registered = true;
dev_info(rtc->dev.parent, "registered as %s\n",
dev_name(&rtc->dev));