]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: ep93xx: stop setting platform_data
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 19 Apr 2019 07:59:58 +0000 (09:59 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 19 Apr 2019 20:37:16 +0000 (22:37 +0200)
commit29606b520115343fa2f178d244a08f6b5eaf86ec
tree74119d2240fa12d1a9f06b83a37fc79b9b5d538a
parentd72aa5140335082318886a5cbde3626577852f4c
rtc: ep93xx: stop setting platform_data

Since commit 000d2e3b9d58 ("drivers/rtc/rtc-ep93xx.c: use
dev_get_platdata()"), platform_data is not used directly, it is not
necessary to set it anymore.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-ep93xx.c