OSDN Git Service

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