summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-clps711x
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2013-10-03 12:49:42 -0700
committerKevin Hilman <khilman@linaro.org>2013-10-11 14:50:10 -0700
commit5bd8e16de3b88f7d61cb508b096474cc8aa8eefb (patch)
treed77210adaf9c415b7fafe045e2ddf6fd82f0e2bc /arch/arm/mach-clps711x
parent65009d43e7d3529f85882874bfe5386cdc547945 (diff)
downloadop-kernel-dev-5bd8e16de3b88f7d61cb508b096474cc8aa8eefb.zip
op-kernel-dev-5bd8e16de3b88f7d61cb508b096474cc8aa8eefb.tar.gz
ARM: clps711x: Use linux/sched_clock.h
The sched_clock.h include is under include/linux now. Cc: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Kevin Hilman <khilman@linaro.org>
Diffstat (limited to 'arch/arm/mach-clps711x')
-rw-r--r--arch/arm/mach-clps711x/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-clps711x/common.c b/arch/arm/mach-clps711x/common.c
index 4ca2f3c..134641d 100644
--- a/arch/arm/mach-clps711x/common.c
+++ b/arch/arm/mach-clps711x/common.c
@@ -29,12 +29,12 @@
#include <linux/clockchips.h>
#include <linux/clocksource.h>
#include <linux/clk-provider.h>
+#include <linux/sched_clock.h>
#include <asm/exception.h>
#include <asm/mach/irq.h>
#include <asm/mach/map.h>
#include <asm/mach/time.h>
-#include <asm/sched_clock.h>
#include <asm/system_misc.h>
#include <mach/hardware.h>
OpenPOWER on IntegriCloud