diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2013-11-04 04:24:03 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-11-23 22:02:20 -0500 |
commit | 5e51fe5d079ec0fd2fb1d8708ecc1ef82599c6d8 (patch) | |
tree | 3c77fcd779a9bd476fecd5b0d3e185f3d667ec67 | |
parent | 887c206a2257c3363f4b339cc39f39d48deeec5b (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>
-rw-r--r-- | arch/arm/mach-orion5x/common.c | 1 |
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 @@ | |||
24 | #include <asm/page.h> | 24 | #include <asm/page.h> |
25 | #include <asm/setup.h> | 25 | #include <asm/setup.h> |
26 | #include <asm/system_misc.h> | 26 | #include <asm/system_misc.h> |
27 | #include <asm/timex.h> | ||
28 | #include <asm/mach/arch.h> | 27 | #include <asm/mach/arch.h> |
29 | #include <asm/mach/map.h> | 28 | #include <asm/mach/map.h> |
30 | #include <asm/mach/time.h> | 29 | #include <asm/mach/time.h> |