]> Pileus Git - ~andy/linux/commit
clockevents: Add missing tick_check_broadcast_expired() for CLOCKEVENTS=n
authorThomas Gleixner <tglx@linutronix.de>
Fri, 22 Mar 2013 09:48:33 +0000 (10:48 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 22 Mar 2013 09:48:33 +0000 (10:48 +0100)
commit19919226c3f20e6bf5de3df96432ce80ffd63ff2
tree50aa45f18e8f453b54e1f2d2e6c2dc75fbbf53f5
parent35b61edb41ffee58711850e76215b852386ddb10
clockevents: Add missing tick_check_broadcast_expired() for CLOCKEVENTS=n

Fengs build robot reports:

arch/arm/kernel/process.c: In function 'cpu_idle':
arch/arm/kernel/process.c:211:4: error: implicit declaration of function
'tick_check_broadcast_expired' [-Werror=implicit-function-declaration]

Add the missing inline function for non clockevent builds

Reported-by: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/clockchips.h