rtc: ds1305: call rtc_nvmem_register()
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 12 Feb 2018 22:47:20 +0000 (23:47 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 1 Mar 2018 09:49:15 +0000 (10:49 +0100)
commit6910614f1e2806f43d0237a3566f83bfbee33440
tree4ca2fd6a7f163b2dabc27f37efcac443b1bc0c27
parentfd5cd21d995e67f87b3eb4adf938be85fe83ef4b
rtc: ds1305: 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-ds1305.c