Skip to content

Commit 456df41

Browse files
arndbffainelli
authored andcommitted
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 98fab06 ("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: 3aedb7f ("tick/sched: Remove useless oneshot ifdeffery") Signed-off-by: Arnd Bergmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Florian Fainelli <[email protected]>
1 parent 3992d06 commit 456df41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm/mach-bcm/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ config ARCH_BCM_MOBILE
9393
select ARM_ERRATA_775420
9494
select ARM_GIC
9595
select GPIO_BCM_KONA
96-
select TICK_ONESHOT
9796
select HAVE_ARM_ARCH_TIMER
9897
select PINCTRL
9998
select ARCH_BCM_MOBILE_SMP if SMP

0 commit comments

Comments
 (0)