diff options
author | Rabin Vincent <rabin@rab.in> | 2010-11-19 10:41:02 -0500 |
---|---|---|
committer | Rabin Vincent <rabin@rab.in> | 2010-11-19 10:47:24 -0500 |
commit | ec763f0de879fa1a64b7641098271107f5e32c67 (patch) | |
tree | e15f2d8714b24f818f57883361e7ee2b98df07cc /arch/arm/plat-versatile | |
parent | 0143832cc96d0bf78486297aad5c8fb2c2ead02a (diff) |
ARM: versatile: ensure sched_clock() is notrace
Include sched.h to ensure sched_clock() has the notrace
annotation.
Signed-off-by: Rabin Vincent <rabin@rab.in>
Diffstat (limited to 'arch/arm/plat-versatile')
-rw-r--r-- | arch/arm/plat-versatile/sched-clock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-versatile/sched-clock.c b/arch/arm/plat-versatile/sched-clock.c index 9768cf7e83d7..9696ddc238c9 100644 --- a/arch/arm/plat-versatile/sched-clock.c +++ b/arch/arm/plat-versatile/sched-clock.c | |||
@@ -20,6 +20,7 @@ | |||
20 | */ | 20 | */ |
21 | #include <linux/cnt32_to_63.h> | 21 | #include <linux/cnt32_to_63.h> |
22 | #include <linux/io.h> | 22 | #include <linux/io.h> |
23 | #include <linux/sched.h> | ||
23 | #include <asm/div64.h> | 24 | #include <asm/div64.h> |
24 | 25 | ||
25 | #include <mach/hardware.h> | 26 | #include <mach/hardware.h> |