[PATCH] clocksource: timer-imx-gpt: remove include of <asm/mach/time.h>

Shawn Guo shawn.guo at linaro.org
Fri May 29 06:12:27 PDT 2015


The include of <asm/mach/time.h> is not needed at all, and causes build
error in powerpc allyesconfig.  Remove it.

Reported-by: Stephen Rothwell <sfr at canb.auug.org.au>
Signed-off-by: Shawn Guo <shawn.guo at linaro.org>
---
 drivers/clocksource/timer-imx-gpt.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/clocksource/timer-imx-gpt.c b/drivers/clocksource/timer-imx-gpt.c
index ec144ce9f880..a98d1104b3fd 100644
--- a/drivers/clocksource/timer-imx-gpt.c
+++ b/drivers/clocksource/timer-imx-gpt.c
@@ -34,8 +34,6 @@
 #include <linux/of_irq.h>
 #include <soc/imx/timer.h>
 
-#include <asm/mach/time.h>
-
 /*
  * There are 4 versions of the timer hardware on Freescale MXC hardware.
  *  - MX1/MXL
-- 
1.9.1




More information about the linux-arm-kernel mailing list