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)
commitb809d192eb98846476012072481cf5a709420329
tree74119d2240fa12d1a9f06b83a37fc79b9b5d538a
parent9eec31f310e0f37a25eda4efdfb5b9df32f635d6
rtc: ep93xx: stop setting platform_data

Since commit 28dc5f803899 ("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