]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
clocksource/drivers/bcm_kona: Remove useless header <asm/mach/time.h>
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 2 Jun 2016 20:59:34 +0000 (22:59 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 28 Jun 2016 08:22:03 +0000 (10:22 +0200)
The driver includes the <asm/mach/time.h> header but it is pointless.

Remove it.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/bcm_kona_timer.c

index 86f87be3d80f0de590af62e1da95b693b8a90973..7e3fd375a6278f17d26fc7b584bb98fa70459a02 100644 (file)
@@ -20,7 +20,6 @@
 #include <linux/clk.h>
 
 #include <linux/io.h>
-#include <asm/mach/time.h>
 
 #include <linux/of.h>
 #include <linux/of_address.h>