OSDN Git Service

rtc: pcf8523: always compile pcf8523_rtc_ioctl
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 18 Oct 2021 15:36:47 +0000 (17:36 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 18 Oct 2021 15:38:05 +0000 (17:38 +0200)
commit5537752c53497fca0469488d1788ceba1b75d5a7
treec7735179ca17a1ba7739141e2c6abf068bec3b84
parent91f3849d956d58073ef55e01f2e8871dc30847a5
rtc: pcf8523: always compile pcf8523_rtc_ioctl

Compiling out pcf8523_rtc_ioctl saves about 5% of the generated machine
code. However, it certainly never happens as the RTC character device
interface is the most useful one and is probably always compiled in.

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