Skip to content
Snippets Groups Projects
Commit 19b0a1e5 authored by Stephen Boyd's avatar Stephen Boyd Committed by John Stultz
Browse files

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: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
parent ad81f054
No related branches found
No related tags found
No related merge requests found
...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment