rtc: rx6110: fix warning with !OF
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Sun, 11 Dec 2022 21:57:55 +0000 (22:57 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sun, 11 Dec 2022 22:06:43 +0000 (23:06 +0100)
commit103c14db61a24cc0cd344dc5d93d264a36687c35
tree605da624b576f95f62f2f977ac941bb9696d1265
parent2e830ccc21eb67a4c2490279d907e5e9199e5156
rtc: rx6110: fix warning with !OF

rx6110_spi_of_match is not used when !OF, leading to a warning:

>> drivers/rtc/rtc-rx6110.c:384:34: warning: 'rx6110_spi_of_match' defined but not used [-Wunused-const-variable=]
     384 | static const struct of_device_id rx6110_spi_of_match[] = {
         |                                  ^~~~~~~~~~~~~~~~~~~

Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/20221211215756.54002-1-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-rx6110.c