Skip to content

Commit

Permalink
ARM: versatile: ensure sched_clock() is notrace
Browse files Browse the repository at this point in the history
Include sched.h to ensure sched_clock() has the notrace
annotation.

Signed-off-by: Rabin Vincent <rabin@rab.in>
  • Loading branch information
Rabin Vincent committed Nov 19, 2010
1 parent 0143832 commit ec763f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/plat-versatile/sched-clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ec763f0

Please sign in to comment.