[PATCH 1/2] clocksource: dw_apb: remove unused header

Baruch Siach baruch at tkos.co.il
Sun May 26 08:12:46 EDT 2013


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 at redhat.com>
Cc: Peter Zijlstra <peterz at infradead.org>
Cc: John Stultz <john.stultz at linaro.org>
Cc: Thomas Gleixner <tglx at linutronix.de>
Cc: Jamie Iles <jamie at jamieiles.com>
Cc: Dinh Nguyen <dinguyen at altera.com>
Signed-off-by: Baruch Siach <baruch at 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




More information about the linux-arm-kernel mailing list