]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: pcf2123: stop using dev.platform_data
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 19 Aug 2019 18:26:51 +0000 (20:26 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 20 Aug 2019 19:42:09 +0000 (21:42 +0200)
commit2327df4d96bd8915b30d340ff45c6d845985b78d
tree5e275be4f014a60d75be0e83514edd531990647d
parent4f2263493b14ce0792f21b68ae19ed1bdf2c6208
rtc: pcf2123: stop using dev.platform_data

platform_data is for platform specific data, use driver_data instead.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20190819182656.29744-4-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-pcf2123.c