]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - kernel/semaphore.c
Merge branch 'sched/urgent' into sched/devel
[mv-sheeva.git] / kernel / semaphore.c
index 5c2942e768cdd44371ae305d5870abfe7428732c..aaaeae8244e77aa7dffd26ff935e7e3260c58a97 100644 (file)
@@ -31,6 +31,7 @@
 #include <linux/sched.h>
 #include <linux/semaphore.h>
 #include <linux/spinlock.h>
+#include <linux/ftrace.h>
 
 static noinline void __down(struct semaphore *sem);
 static noinline int __down_interruptible(struct semaphore *sem);