[PATCH] Export clocks_calc_mult_shift() function

2015-02-18 Thread Stathis Voukelatos
It is a useful utility function, that would allow cyclecounter users built as loadable modules to dynamically calculate the mult and shift values Signed-off-by: Stathis Voukelatos --- kernel/time/clocksource.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/time/clocksource.c

[PATCH] Export clocks_calc_mult_shift() function

2015-02-18 Thread Stathis Voukelatos
It is a useful utility function, that would allow cyclecounter users built as loadable modules to dynamically calculate the mult and shift values Signed-off-by: Stathis Voukelatos stathis.voukela...@linn.co.uk --- kernel/time/clocksource.c | 1 + 1 file changed, 1 insertion(+) diff --git