Переглянути джерело

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>
Rabin Vincent 15 роки тому
батько
коміт
ec763f0de8
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      arch/arm/plat-versatile/sched-clock.c

+ 1 - 0
arch/arm/plat-versatile/sched-clock.c

@@ -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>