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)
commitc2d4fee3f6d170dee5ee7c337a0ba5e92fad7a64
tree9b9afd41961f668d367bc0d87c24404f99843ede
parent1fa98d96ea0ff6c8770eeba90417aab4b4e07f52
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