aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking/rtmutex_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/locking/rtmutex_common.h')
-rw-r--r--kernel/locking/rtmutex_common.h1
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,
113extern bool rt_mutex_cleanup_proxy_lock(struct rt_mutex *lock, 113extern bool rt_mutex_cleanup_proxy_lock(struct rt_mutex *lock,
114 struct rt_mutex_waiter *waiter); 114 struct rt_mutex_waiter *waiter);
115 115
116extern int rt_mutex_timed_futex_lock(struct rt_mutex *l, struct hrtimer_sleeper *to);
117extern int rt_mutex_futex_trylock(struct rt_mutex *l); 116extern int rt_mutex_futex_trylock(struct rt_mutex *l);
118 117
119extern void rt_mutex_futex_unlock(struct rt_mutex *lock); 118extern void rt_mutex_futex_unlock(struct rt_mutex *lock);