diff options
-rw-r--r-- | kernel/locking/mcs_spinlock.h (renamed from include/linux/mcs_spinlock.h) | 0 | ||||
-rw-r--r-- | kernel/locking/mutex.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mcs_spinlock.h b/kernel/locking/mcs_spinlock.h index f2a5c6360083..f2a5c6360083 100644 --- a/include/linux/mcs_spinlock.h +++ b/kernel/locking/mcs_spinlock.h | |||
diff --git a/kernel/locking/mutex.c b/kernel/locking/mutex.c index 45fe1b5293d6..4f408be39a07 100644 --- a/kernel/locking/mutex.c +++ b/kernel/locking/mutex.c | |||
@@ -25,7 +25,7 @@ | |||
25 | #include <linux/spinlock.h> | 25 | #include <linux/spinlock.h> |
26 | #include <linux/interrupt.h> | 26 | #include <linux/interrupt.h> |
27 | #include <linux/debug_locks.h> | 27 | #include <linux/debug_locks.h> |
28 | #include <linux/mcs_spinlock.h> | 28 | #include "mcs_spinlock.h" |
29 | 29 | ||
30 | /* | 30 | /* |
31 | * In the DEBUG case we are using the "NULL fastpath" for mutexes, | 31 | * In the DEBUG case we are using the "NULL fastpath" for mutexes, |