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

clocksource/drivers/bcm_kona: 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/bcm_kona_timer.c
··· 20 20 #include <linux/clk.h> 21 21 22 22 #include <linux/io.h> 23 - #include <asm/mach/time.h> 24 23 25 24 #include <linux/of.h> 26 25 #include <linux/of_address.h>