diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2016-06-03 14:43:58 +0300 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2016-06-28 11:22:11 +0300 |
commit | 4929409b202ac3dbfb657b0e3edeffaab2856c2b (patch) | |
tree | 192ce4ba7837b129d5a2af207f6e52aafc4c67a4 /drivers/clocksource | |
parent | d81c50a0360f8a186150b9bb572d5e0514c25ce9 (diff) | |
download | linux-4929409b202ac3dbfb657b0e3edeffaab2856c2b.tar.xz |
clocksource/drivers/prima2: 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/timer-prima2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clocksource/timer-prima2.c b/drivers/clocksource/timer-prima2.c index dae8a66301d7..c32148ec7a38 100644 --- a/drivers/clocksource/timer-prima2.c +++ b/drivers/clocksource/timer-prima2.c @@ -19,7 +19,6 @@ #include <linux/of_irq.h> #include <linux/of_address.h> #include <linux/sched_clock.h> -#include <asm/mach/time.h> #define PRIMA2_CLOCK_FREQ 1000000 |