diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-10-31 20:20:43 +0100 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-12-15 09:41:40 +0100 |
commit | 351bb99b71048529f6977389859a9f83fb2115ab (patch) | |
tree | 7a86a8404d6689de7a6e9e05f815fb424902e20b /drivers/clocksource | |
parent | adce4bc8311f43dd0c2207eae841f925f3a6fcf2 (diff) |
clocksource/drivers/vt8500: Remove unneeded header
Remove the <asm/time.h> header inclusion which is pointless.
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource')
-rw-r--r-- | drivers/clocksource/vt8500_timer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clocksource/vt8500_timer.c b/drivers/clocksource/vt8500_timer.c index a92e94b40b5b..de49805fbb09 100644 --- a/drivers/clocksource/vt8500_timer.c +++ b/drivers/clocksource/vt8500_timer.c @@ -30,7 +30,6 @@ #include <linux/clocksource.h> #include <linux/clockchips.h> #include <linux/delay.h> -#include <asm/mach/time.h> #include <linux/of.h> #include <linux/of_address.h> |