]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/semaphore.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
[karo-tx-linux.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);