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 <mi...@redhat.com> Cc: Peter Zijlstra <pet...@infradead.org> Cc: John Stultz <john.stu...@linaro.org> Cc: Thomas Gleixner <t...@linutronix.de> Cc: Jamie Iles <ja...@jamieiles.com> Cc: Dinh Nguyen <dingu...@altera.com> Signed-off-by: Baruch Siach <bar...@tkos.co.il> --- drivers/clocksource/dw_apb_timer_of.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/clocksource/dw_apb_timer_of.c b/drivers/clocksource/dw_apb_timer_of.c index ab09ed3..5a61ebc 100644 --- a/drivers/clocksource/dw_apb_timer_of.c +++ b/drivers/clocksource/dw_apb_timer_of.c @@ -21,7 +21,6 @@ #include <linux/of_address.h> #include <linux/of_irq.h> -#include <asm/mach/time.h> #include <asm/sched_clock.h> static void timer_get_base_and_rate(struct device_node *np, -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/