commit | 19919226c3f20e6bf5de3df96432ce80ffd63ff2 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri Mar 22 10:48:33 2013 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Fri Mar 22 10:48:33 2013 +0100 |
tree | 50aa45f18e8f453b54e1f2d2e6c2dc75fbbf53f5 | |
parent | 35b61edb41ffee58711850e76215b852386ddb10 [diff] |
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>