]> git.baikalelectronics.ru Git - kernel.git/commit
clocksource/drivers/timer-microchip-pit64b: Select CONFIG_TIMER_OF
authorMichael Ellerman <mpe@ellerman.id.au>
Sun, 26 Apr 2020 12:43:56 +0000 (22:43 +1000)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 27 Apr 2020 06:59:50 +0000 (08:59 +0200)
commit13ed6e7f237f236ddcdb303691987b26e47c12c4
tree02342a15aeb83a3e6cf20abf3cc599ce8e1f0b40
parent34932c7c4164ad11d43372819f5ae099c0f26ba3
clocksource/drivers/timer-microchip-pit64b: Select CONFIG_TIMER_OF

This driver is an OF driver, it depends on OF, and uses
TIMER_OF_DECLARE, so it should select CONFIG_TIMER_OF.

Without CONFIG_TIMER_OF enabled this can lead to warnings such as:

  powerpc-linux-ld: warning: orphan section `__timer_of_table' from
  `drivers/clocksource/timer-microchip-pit64b.o' being placed in
  section `__timer_of_table'.

Because TIMER_OF_TABLES in vmlinux.lds.h doesn't emit anything into
the linker script when CONFIG_TIMER_OF is not enabled.

Fixes: 3858d2a1c5a7 ("clocksource/drivers/timer-microchip-pit64b: Add Microchip PIT64B support")
Cc: stable@vger.kernel.org # v5.6+
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20200426124356.3929682-1-mpe@ellerman.id.au
drivers/clocksource/Kconfig