[PATCH V2 08/19] tick-oneshot: move tick_is_oneshot_available() to tick-oneshot.c

2014-04-21 Thread Viresh Kumar
This is tick-oneshot specific routine and hence must be defined in tick-oneshot.c. Also, as it isn't used outside kernel/time/, move its declaration to tick-internal.h. Signed-off-by: Viresh Kumar --- include/linux/tick.h| 1 - kernel/time/tick-common.c | 14 --

[PATCH V2 08/19] tick-oneshot: move tick_is_oneshot_available() to tick-oneshot.c

2014-04-21 Thread Viresh Kumar
This is tick-oneshot specific routine and hence must be defined in tick-oneshot.c. Also, as it isn't used outside kernel/time/, move its declaration to tick-internal.h. Signed-off-by: Viresh Kumar viresh.ku...@linaro.org --- include/linux/tick.h| 1 - kernel/time/tick-common.c | 14