rtc: pcf85063: quiet maybe-unused variable warnings
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 2 Feb 2021 11:22:08 +0000 (12:22 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 5 Feb 2021 23:58:24 +0000 (00:58 +0100)
commitc8ecbc783c5ec20bf621b6322f9b8e2c908debcc
treed51f4fa7ff20fa7b047cc1ba1bc9859f8e7879cb
parentef886c440b9bf11d346b158fdb4c9d10be0397c3
rtc: pcf85063: quiet maybe-unused variable warnings

pcf85063a_config and rv8263_config are only referenced by
pcf85063_of_match, move them in the #ifdef CONFIG_OF section.

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