aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/include/asm/sched_clock.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/sched_clock.h b/arch/arm/include/asm/sched_clock.h
new file mode 100644
index 000000000000..2389b71a8e7c
--- /dev/null
+++ b/arch/arm/include/asm/sched_clock.h
@@ -0,0 +1,4 @@
1/* You shouldn't include this file. Use linux/sched_clock.h instead.
2 * Temporary file until all asm/sched_clock.h users are gone
3 */
4#include <linux/sched_clock.h>