]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit016b247a8a228c6e34207b5d7763e98e423242ea
tree6694b59cec965f9a35c51b87ce29c28aa0047baa
parent44a1f43aa6dc7174c2991a1c9392fad98b001752
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