Skip to content

Commit

Permalink
ARM: clps711x: Use linux/sched_clock.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Boyd authored and Kevin Hilman committed Oct 11, 2013
1 parent 65009d4 commit 5bd8e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-clps711x/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5bd8e16

Please sign in to comment.