]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - kernel/mutex.c
sched/rt: Move rt specific bits into new header file
[mirror_ubuntu-artful-kernel.git] / kernel / mutex.c
index a307cc9c9526e7c5a5514cfb0988d804e6300f7c..52f23011b6e0f1001eeaa01a6d2f821206cf588b 100644 (file)
@@ -19,6 +19,7 @@
  */
 #include <linux/mutex.h>
 #include <linux/sched.h>
+#include <linux/sched/rt.h>
 #include <linux/export.h>
 #include <linux/spinlock.h>
 #include <linux/interrupt.h>