rtc: pcf8563: remove conditional compilation
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 14 Dec 2019 22:02:49 +0000 (23:02 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 18 Dec 2019 09:37:28 +0000 (10:37 +0100)
commit75d26f5c2388f0fbedceeec98a3dc95cb26ec1c8
tree69e816e9961ae87c65f01ee811475ce56c52937d
parentd268f4bd42f51813f7335ce36a430de1b27a0bcb
rtc: pcf8563: remove conditional compilation

Always compile pcf8563_rtc_ioctl as we are sure that CONFIG_RTC_INTF_DEV is
selected on actual kernel configurations.

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