]> git.baikalelectronics.ru Git - kernel.git/commit
tick/broadcast: Unbreak CONFIG_GENERIC_CLOCKEVENTS=n build
authorThomas Gleixner <tglx@linutronix.de>
Tue, 7 Jul 2015 19:56:34 +0000 (21:56 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 7 Jul 2015 19:56:34 +0000 (21:56 +0200)
commit3809abfc757442d212deed1ae29c04e4df221bda
tree52ab21a1de737d7f2379a41e09ada2aa3863c2da
parent56f12c973222d73cffaadf7e2a0669277d448ffd
tick/broadcast: Unbreak CONFIG_GENERIC_CLOCKEVENTS=n build

Making tick_broadcast_oneshot_control() independent from
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST broke the build for
CONFIG_GENERIC_CLOCKEVENTS=n because the function is not defined
there.

Provide a proper stub inline.

Fixes: 30049c45bfaf 'tick/broadcast: Make idle check independent from mode and config'
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/tick.h