]> git.baikalelectronics.ru Git - kernel.git/commit
tick/broadcast: Drop unneeded CONFIG_GENERIC_CLOCKEVENTS_BROADCAST guard
authorWill Deacon <will@kernel.org>
Mon, 24 May 2021 22:18:14 +0000 (23:18 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 31 May 2021 15:04:44 +0000 (17:04 +0200)
commit0006a2da3f7474e907e074493f98dc9d3110a0b7
tree9b9afd41961f668d367bc0d87c24404f99843ede
parent2edd37e26e1254745a252e84136a9b6f3ee09792
tick/broadcast: Drop unneeded CONFIG_GENERIC_CLOCKEVENTS_BROADCAST guard

tick-broadcast.o is only built if CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
so remove the redundant #ifdef guards around the definition of
tick_receive_broadcast().

Signed-off-by: Will Deacon <will@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20210524221818.15850-2-will@kernel.org
kernel/time/tick-broadcast.c