diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2013-11-04 13:24:03 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-11-24 07:02:20 +0400 |
commit | 5e51fe5d079ec0fd2fb1d8708ecc1ef82599c6d8 (patch) | |
tree | 3c77fcd779a9bd476fecd5b0d3e185f3d667ec67 /arch/arm/mach-orion5x/common.c | |
parent | 887c206a2257c3363f4b339cc39f39d48deeec5b (diff) | |
download | linux-5e51fe5d079ec0fd2fb1d8708ecc1ef82599c6d8.tar.xz |
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/mach-orion5x/common.c')
-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 @@ #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> |