original_kernel/arch/arm/mach-bcm
Arnd Bergmann 456df41549 ARM: bcm: stop selecing CONFIG_TICK_ONESHOT
ARCH_BCM_MOBILE is the only platform that selects CONFIG_TICK_ONESHOT,
the others stopped 12 years ago in commit 98fab064d3 ("ARM: Remove
unnecessary selection of TICK_ONESHOT").

This inconsistency caused a build regression after an otherwise
correct change to the timers subsystem:

kernel/time/tick-sched.c:1599:6: error: redefinition of 'tick_sched_timer_dying'
 1599 | void tick_sched_timer_dying(int cpu)
      |      ^
kernel/time/tick-sched.h:111:20: note: previous definition is here
  111 | static inline void tick_sched_timer_dying(int cpu) { }

Drop this dead select.

Fixes: 3aedb7fcd8 ("tick/sched: Remove useless oneshot ifdeffery")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20240228123850.3499024-2-arnd@kernel.org
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
2024-02-28 10:32:25 -08:00
..
Kconfig
Makefile
bcm63xx_pmb.c
bcm63xx_smp.c
bcm63xx_smp.h
bcm2711.c
bcm_5301x.c
bcm_cygnus.c
bcm_hr2.c
bcm_kona_smc.c
bcm_kona_smc.h
bcm_nsp.c
board_bcm281xx.c
board_bcm2835.c
board_bcm21664.c
board_bcm23550.c
brcmstb.c
kona_l2_cache.c
kona_l2_cache.h
platsmp-brcmstb.c
platsmp.c
platsmp.h