diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2015-05-29 15:02:36 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-06-03 08:52:30 +0200 |
commit | cc013fa8dc302c5835465155da4799a1f0b4b06d (patch) | |
tree | 9d3a447c62f18ecd8d2c91d84bd1b3be69541bb4 /drivers/clocksource/timer-imx-gpt.c | |
parent | ARM: imx: move timer driver into drivers/clocksource (diff) | |
download | linux-cc013fa8dc302c5835465155da4799a1f0b4b06d.tar.xz linux-cc013fa8dc302c5835465155da4799a1f0b4b06d.zip |
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>
Diffstat (limited to 'drivers/clocksource/timer-imx-gpt.c')
-rw-r--r-- | drivers/clocksource/timer-imx-gpt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/clocksource/timer-imx-gpt.c b/drivers/clocksource/timer-imx-gpt.c index b4609283085b..879c78423546 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 |