Commit cc013fa8 authored by Shawn Guo's avatar Shawn Guo

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: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
Acked-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent bea5af41
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment