aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2013-11-04 10:24:03 +0100
committerJason Cooper <jason@lakedaemon.net>2013-11-24 03:02:20 +0000
commit5e51fe5d079ec0fd2fb1d8708ecc1ef82599c6d8 (patch)
tree3c77fcd779a9bd476fecd5b0d3e185f3d667ec67 /arch/arm
parent887c206a2257c3363f4b339cc39f39d48deeec5b (diff)
ARM: orion5x: drop unused include from common.c
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>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-orion5x/common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-orion5x/common.c b/arch/arm/mach-orion5x/common.c
index 4d8fc7685885..3f1de1111e0f 100644
--- a/arch/arm/mach-orion5x/common.c
+++ b/arch/arm/mach-orion5x/common.c
@@ -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>