rtc: pcf8523: remove unecessary ifdefery
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 18 Oct 2021 15:36:48 +0000 (17:36 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 18 Oct 2021 15:38:05 +0000 (17:38 +0200)
commit7c176119aefd64a099d06ba33b4730f643b3a890
tree608dcdd61bfffa5341bc415a39f16342c770ef3c
parent5537752c53497fca0469488d1788ceba1b75d5a7
rtc: pcf8523: remove unecessary ifdefery

If CONFIG_OF is not defined, of_property_read_bool will return false which
is our default value

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