diff options
Diffstat (limited to 'kernel/locking/rtmutex_common.h')
-rw-r--r-- | kernel/locking/rtmutex_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/locking/rtmutex_common.h b/kernel/locking/rtmutex_common.h index 35361e4dc773..1e93e15a0e45 100644 --- a/kernel/locking/rtmutex_common.h +++ b/kernel/locking/rtmutex_common.h | |||
@@ -113,7 +113,6 @@ extern int rt_mutex_wait_proxy_lock(struct rt_mutex *lock, | |||
113 | extern bool rt_mutex_cleanup_proxy_lock(struct rt_mutex *lock, | 113 | extern bool rt_mutex_cleanup_proxy_lock(struct rt_mutex *lock, |
114 | struct rt_mutex_waiter *waiter); | 114 | struct rt_mutex_waiter *waiter); |
115 | 115 | ||
116 | extern int rt_mutex_timed_futex_lock(struct rt_mutex *l, struct hrtimer_sleeper *to); | ||
117 | extern int rt_mutex_futex_trylock(struct rt_mutex *l); | 116 | extern int rt_mutex_futex_trylock(struct rt_mutex *l); |
118 | 117 | ||
119 | extern void rt_mutex_futex_unlock(struct rt_mutex *lock); | 118 | extern void rt_mutex_futex_unlock(struct rt_mutex *lock); |