Commit-ID: 4929409b202ac3dbfb657b0e3edeffaab2856c2b Gitweb: http://git.kernel.org/tip/4929409b202ac3dbfb657b0e3edeffaab2856c2b Author: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx> AuthorDate: Fri, 3 Jun 2016 13:43:58 +0200 Committer: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx> CommitDate: Tue, 28 Jun 2016 10:22:11 +0200 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@xxxxxxxxxx> --- drivers/clocksource/timer-prima2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/clocksource/timer-prima2.c b/drivers/clocksource/timer-prima2.c index dae8a66..c32148e 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 -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |