ARM: orion5x: drop unused include from common.c
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Mon, 4 Nov 2013 09:24:03 +0000 (10:24 +0100)
committerJason Cooper <jason@lakedaemon.net>
Sun, 24 Nov 2013 03:02:20 +0000 (03:02 +0000)
asm/times.h only defines CLOCK_TICK_RATE, cycles_t and get_cycles. All
three are not used in this file.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/mach-orion5x/common.c

index 4d8fc7685885a8121944c86673079dc350daaead..3f1de1111e0f207e4a0dbd5d66208d2054f1a810 100644 (file)
@@ -24,7 +24,6 @@
 #include <asm/page.h>
 #include <asm/setup.h>
 #include <asm/system_misc.h>
-#include <asm/timex.h>
 #include <asm/mach/arch.h>
 #include <asm/mach/map.h>
 #include <asm/mach/time.h>