]> 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)
commit19896de7a918a218a79713153292424df5316bd7
tree52ab21a1de737d7f2379a41e09ada2aa3863c2da
parentb3d73817126c02481fd42a4c4799c8859b57c999
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: 95c72ad276c5 '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