rtc: ds1511: call rtc_nvmem_register()
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 12 Feb 2018 22:47:24 +0000 (23:47 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 1 Mar 2018 09:49:17 +0000 (10:49 +0100)
commit16fef391428e95b08e2c6ef9770f0d1185de770e
treeef2e6da13e930072072ff626eed38f029a770a45
parent409baf1785db703583a5f0b51c0d0b114e14f4fb
rtc: ds1511: call rtc_nvmem_register()

Call rtc_nvmem_register instead of letting the core do it and stop using
the nvmem_config member of struct rtc_device.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-ds1511.c