diff options
Diffstat (limited to 'include/linux/timer.h')
-rw-r--r-- | include/linux/timer.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/timer.h b/include/linux/timer.h index 4419506b564e..51d601f192d4 100644 --- a/include/linux/timer.h +++ b/include/linux/timer.h | |||
@@ -273,4 +273,10 @@ unsigned long __round_jiffies_up_relative(unsigned long j, int cpu); | |||
273 | unsigned long round_jiffies_up(unsigned long j); | 273 | unsigned long round_jiffies_up(unsigned long j); |
274 | unsigned long round_jiffies_up_relative(unsigned long j); | 274 | unsigned long round_jiffies_up_relative(unsigned long j); |
275 | 275 | ||
276 | #ifdef CONFIG_HOTPLUG_CPU | ||
277 | int timers_dead_cpu(unsigned int cpu); | ||
278 | #else | ||
279 | #define timers_dead_cpu NULL | ||
280 | #endif | ||
281 | |||
276 | #endif | 282 | #endif |