Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-1
-1
drivers/clocksource/timer-prima2.c
··· 19 19 #include <linux/of_irq.h> 20 20 #include <linux/of_address.h> 21 21 #include <linux/sched_clock.h> 22 - #include <asm/mach/time.h> 23 22 24 23 #define PRIMA2_CLOCK_FREQ 1000000 25 24