locking/rwsem: Set lock ownership ASAP
[cascardo/linux.git] / kernel / locking / mutex.c
index 59cd6c3..43bf25e 100644 (file)
@@ -25,7 +25,7 @@
 #include <linux/spinlock.h>
 #include <linux/interrupt.h>
 #include <linux/debug_locks.h>
-#include "mcs_spinlock.h"
+#include <linux/osq_lock.h>
 
 /*
  * In the DEBUG case we are using the "NULL fastpath" for mutexes,