diff options
Diffstat (limited to 'kernel/locking/rtmutex_common.h')
-rw-r--r-- | kernel/locking/rtmutex_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/locking/rtmutex_common.h b/kernel/locking/rtmutex_common.h index af667f61ebcb..10f57d688f17 100644 --- a/kernel/locking/rtmutex_common.h +++ b/kernel/locking/rtmutex_common.h | |||
@@ -103,6 +103,7 @@ extern void rt_mutex_init_proxy_locked(struct rt_mutex *lock, | |||
103 | struct task_struct *proxy_owner); | 103 | struct task_struct *proxy_owner); |
104 | extern void rt_mutex_proxy_unlock(struct rt_mutex *lock, | 104 | extern void rt_mutex_proxy_unlock(struct rt_mutex *lock, |
105 | struct task_struct *proxy_owner); | 105 | struct task_struct *proxy_owner); |
106 | extern void rt_mutex_init_waiter(struct rt_mutex_waiter *waiter); | ||
106 | extern int rt_mutex_start_proxy_lock(struct rt_mutex *lock, | 107 | extern int rt_mutex_start_proxy_lock(struct rt_mutex *lock, |
107 | struct rt_mutex_waiter *waiter, | 108 | struct rt_mutex_waiter *waiter, |
108 | struct task_struct *task); | 109 | struct task_struct *task); |