[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1369570367-994-1-git-send-email-baruch@tkos.co.il>
Date: Sun, 26 May 2013 15:12:46 +0300
From: Baruch Siach <baruch@...s.co.il>
To: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Cc: Baruch Siach <baruch@...s.co.il>, Ingo Molnar <mingo@...hat.com>,
Peter Zijlstra <peterz@...radead.org>,
John Stultz <john.stultz@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>,
Jamie Iles <jamie@...ieiles.com>,
Dinh Nguyen <dinguyen@...era.com>
Subject: [PATCH 1/2] 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@...hat.com>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: John Stultz <john.stultz@...aro.org>
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: Jamie Iles <jamie@...ieiles.com>
Cc: Dinh Nguyen <dinguyen@...era.com>
Signed-off-by: Baruch Siach <baruch@...s.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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists