[PATCH V2 04/19] tick: move declaration of 'tick_cpu_device' to tick.h

2014-04-21 Thread Viresh Kumar
'tick_cpu_device' isn't local to kernel/time/ directory as it is declared in hrtimer.h as well. Move its declaration to tick.h. Signed-off-by: Viresh Kumar --- include/linux/hrtimer.h | 3 --- include/linux/tick.h| 2 ++ kernel/time/tick-internal.h | 1 - 3 files changed, 2

[PATCH V2 04/19] tick: move declaration of 'tick_cpu_device' to tick.h

2014-04-21 Thread Viresh Kumar
'tick_cpu_device' isn't local to kernel/time/ directory as it is declared in hrtimer.h as well. Move its declaration to tick.h. Signed-off-by: Viresh Kumar viresh.ku...@linaro.org --- include/linux/hrtimer.h | 3 --- include/linux/tick.h| 2 ++ kernel/time/tick-internal.h | 1 - 3