From cc013fa8dc302c5835465155da4799a1f0b4b06d Mon Sep 17 00:00:00 2001 From: Shawn Guo <shawn.guo@linaro.org> Date: Fri, 29 May 2015 21:02:36 +0800 Subject: [PATCH] clocksource: timer-imx-gpt: remove include of <asm/mach/time.h> The include of <asm/mach/time.h> is not needed at all, and causes build error in some cases. Remove it. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Daniel Lezcano <daniel.lezcano@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 b4609283085ba..879c784235469 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 -- GitLab