aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking/rtmutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/locking/rtmutex.c')
-rw-r--r--kernel/locking/rtmutex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/locking/rtmutex.c b/kernel/locking/rtmutex.c
index 2823d4163a37..581edcc63c26 100644
--- a/kernel/locking/rtmutex.c
+++ b/kernel/locking/rtmutex.c
@@ -1485,9 +1485,9 @@ void __sched rt_mutex_lock_nested(struct rt_mutex *lock, unsigned int subclass)
1485 __rt_mutex_lock(lock, subclass); 1485 __rt_mutex_lock(lock, subclass);
1486} 1486}
1487EXPORT_SYMBOL_GPL(rt_mutex_lock_nested); 1487EXPORT_SYMBOL_GPL(rt_mutex_lock_nested);
1488#endif
1489 1488
1490#ifndef CONFIG_DEBUG_LOCK_ALLOC 1489#else /* !CONFIG_DEBUG_LOCK_ALLOC */
1490
1491/** 1491/**
1492 * rt_mutex_lock - lock a rt_mutex 1492 * rt_mutex_lock - lock a rt_mutex
1493 * 1493 *