]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: pcf85363: call rtc_nvmem_register()
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 12 Feb 2018 22:47:29 +0000 (23:47 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 1 Mar 2018 09:49:20 +0000 (10:49 +0100)
commita729ed7d4e955511a01bfd28c94f7f9e218319fe
treea7364aaa94d68770f5de161561b8d74cddcf055d
parent016b247a8a228c6e34207b5d7763e98e423242ea
rtc: pcf85363: 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-pcf85363.c