diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2013-10-03 15:49:42 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@linaro.org> | 2013-10-11 17:50:10 -0400 |
commit | 5bd8e16de3b88f7d61cb508b096474cc8aa8eefb (patch) | |
tree | d77210adaf9c415b7fafe045e2ddf6fd82f0e2bc /arch/arm/mach-clps711x | |
parent | 65009d43e7d3529f85882874bfe5386cdc547945 (diff) |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-clps711x/common.c b/arch/arm/mach-clps711x/common.c index 4ca2f3ca2de4..134641d688bb 100644 --- a/arch/arm/mach-clps711x/common.c +++ b/arch/arm/mach-clps711x/common.c | |||
@@ -29,12 +29,12 @@ | |||
29 | #include <linux/clockchips.h> | 29 | #include <linux/clockchips.h> |
30 | #include <linux/clocksource.h> | 30 | #include <linux/clocksource.h> |
31 | #include <linux/clk-provider.h> | 31 | #include <linux/clk-provider.h> |
32 | #include <linux/sched_clock.h> | ||
32 | 33 | ||
33 | #include <asm/exception.h> | 34 | #include <asm/exception.h> |
34 | #include <asm/mach/irq.h> | 35 | #include <asm/mach/irq.h> |
35 | #include <asm/mach/map.h> | 36 | #include <asm/mach/map.h> |
36 | #include <asm/mach/time.h> | 37 | #include <asm/mach/time.h> |
37 | #include <asm/sched_clock.h> | ||
38 | #include <asm/system_misc.h> | 38 | #include <asm/system_misc.h> |
39 | 39 | ||
40 | #include <mach/hardware.h> | 40 | #include <mach/hardware.h> |