diff options
Diffstat (limited to 'kernel/locking/rtmutex_common.h')
-rw-r--r-- | kernel/locking/rtmutex_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/locking/rtmutex_common.h b/kernel/locking/rtmutex_common.h index a09c02982391..9e36aeddce18 100644 --- a/kernel/locking/rtmutex_common.h +++ b/kernel/locking/rtmutex_common.h | |||
@@ -122,7 +122,7 @@ extern void rt_mutex_futex_unlock(struct rt_mutex *lock); | |||
122 | extern bool __rt_mutex_futex_unlock(struct rt_mutex *lock, | 122 | extern bool __rt_mutex_futex_unlock(struct rt_mutex *lock, |
123 | struct wake_q_head *wqh); | 123 | struct wake_q_head *wqh); |
124 | 124 | ||
125 | extern void rt_mutex_postunlock(struct wake_q_head *wake_q, bool deboost); | 125 | extern void rt_mutex_postunlock(struct wake_q_head *wake_q); |
126 | 126 | ||
127 | #ifdef CONFIG_DEBUG_RT_MUTEXES | 127 | #ifdef CONFIG_DEBUG_RT_MUTEXES |
128 | # include "rtmutex-debug.h" | 128 | # include "rtmutex-debug.h" |