diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2015-05-29 16:02:36 +0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-06-03 09:52:30 +0300 |
commit | cc013fa8dc302c5835465155da4799a1f0b4b06d (patch) | |
tree | 9d3a447c62f18ecd8d2c91d84bd1b3be69541bb4 /drivers/clocksource/timer-imx-gpt.c | |
parent | bea5af41dd9b5f127c730c00610756972a616ed4 (diff) | |
download | linux-cc013fa8dc302c5835465155da4799a1f0b4b06d.tar.xz |
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 |