Browse Source

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>
Daniel Lezcano 9 năm trước cách đây
mục cha
commit
40e878aaa5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      drivers/clocksource/bcm_kona_timer.c

+ 0 - 1
drivers/clocksource/bcm_kona_timer.c

@@ -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>