diff options
| author | Shawn Guo <[email protected]> | 2015-05-29 21:02:36 +0800 |
|---|---|---|
| committer | Shawn Guo <[email protected]> | 2015-06-03 14:52:30 +0800 |
| commit | cc013fa8dc302c5835465155da4799a1f0b4b06d (patch) | |
| tree | 9d3a447c62f18ecd8d2c91d84bd1b3be69541bb4 | |
| 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 <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
Acked-by: Daniel Lezcano <[email protected]>
| -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 |