提交 19b0a1e5 编写于 作者: S Stephen Boyd 提交者: John Stultz

clocksource: orion: Use linux/sched_clock.h

The sched_clock.h include is under include/linux now.

Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: NJohn Stultz <john.stultz@linaro.org>
上级 ad81f054
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <linux/of_address.h> #include <linux/of_address.h>
#include <linux/of_irq.h> #include <linux/of_irq.h>
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <asm/sched_clock.h> #include <linux/sched_clock.h>
#define TIMER_CTRL 0x00 #define TIMER_CTRL 0x00
#define TIMER0_EN BIT(0) #define TIMER0_EN BIT(0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册