Commit ec763f0d authored by Rabin Vincent's avatar Rabin Vincent

ARM: versatile: ensure sched_clock() is notrace

Include sched.h to ensure sched_clock() has the notrace
annotation.
Signed-off-by: default avatarRabin Vincent <rabin@rab.in>
parent 0143832c
......@@ -20,6 +20,7 @@
*/
#include <linux/cnt32_to_63.h>
#include <linux/io.h>
#include <linux/sched.h>
#include <asm/div64.h>
#include <mach/hardware.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment