diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2015-05-29 09:02:36 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-06-03 02:52:30 -0400 |
commit | cc013fa8dc302c5835465155da4799a1f0b4b06d (patch) | |
tree | 9d3a447c62f18ecd8d2c91d84bd1b3be69541bb4 /drivers/clocksource/timer-imx-gpt.c | |
parent | bea5af41dd9b5f127c730c00610756972a616ed4 (diff) |
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 @@ | |||
34 | #include <linux/of_irq.h> | 34 | #include <linux/of_irq.h> |
35 | #include <soc/imx/timer.h> | 35 | #include <soc/imx/timer.h> |
36 | 36 | ||
37 | #include <asm/mach/time.h> | ||
38 | |||
39 | /* | 37 | /* |
40 | * There are 4 versions of the timer hardware on Freescale MXC hardware. | 38 | * There are 4 versions of the timer hardware on Freescale MXC hardware. |
41 | * - MX1/MXL | 39 | * - MX1/MXL |