diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2016-06-03 13:35:33 +0200 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2016-06-28 10:22:09 +0200 |
commit | 6e525044c716aedf92f41893f00417d557a872d2 (patch) | |
tree | 6f7cb8f4f6826055d528cf50e82a4410316728ec /drivers/clocksource | |
parent | 419be9e36cf2349f15d0b7280ba46be6f9da7a61 (diff) | |
download | op-kernel-dev-6e525044c716aedf92f41893f00417d557a872d2.zip op-kernel-dev-6e525044c716aedf92f41893f00417d557a872d2.tar.gz |
clocksource/drivers/mxs: Remove useless header <asm/mach/time.h>
The driver includes the <asm/mach/time.h> header but it is pointless.
Remove it.
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource')
-rw-r--r-- | drivers/clocksource/mxs_timer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/clocksource/mxs_timer.c b/drivers/clocksource/mxs_timer.c index 630a8d3..0ba0a91 100644 --- a/drivers/clocksource/mxs_timer.c +++ b/drivers/clocksource/mxs_timer.c @@ -31,8 +31,6 @@ #include <linux/stmp_device.h> #include <linux/sched_clock.h> -#include <asm/mach/time.h> - /* * There are 2 versions of the timrot on Freescale MXS-based SoCs. * The v1 on MX23 only gets 16 bits counter, while v2 on MX28 |