Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40e878aa authored by Daniel Lezcano's avatar Daniel Lezcano
Browse files

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: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent b81ea968
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,6 @@
#include <linux/clk.h>
#include <linux/clk.h>


#include <linux/io.h>
#include <linux/io.h>
#include <asm/mach/time.h>


#include <linux/of.h>
#include <linux/of.h>
#include <linux/of_address.h>
#include <linux/of_address.h>