Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clocksource: dw_apb: Remove unused header

The time.h header seems not to be used by current code.
Removing this include allows the driver to build on other
architecture that do not have this header.

Cc: Ingo Molnar <mingo@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: John Stultz <john.stultz@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jamie Iles <jamie@jamieiles.com>
Cc: Dinh Nguyen <dinguyen@altera.com>
Acked-by: Jamie Iles <jamie@jamieiles.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
[tweaked commit message and header]
Signed-off-by: John Stultz <john.stultz@linaro.org>

authored by

Baruch Siach and committed by
John Stultz
0a0a7e66 55a68c23

-1
-1
drivers/clocksource/dw_apb_timer_of.c
··· 21 21 #include <linux/of_address.h> 22 22 #include <linux/of_irq.h> 23 23 24 - #include <asm/mach/time.h> 25 24 #include <asm/sched_clock.h> 26 25 27 26 static void timer_get_base_and_rate(struct device_node *np,