diff options
Diffstat (limited to 'kernel/locking/rtmutex.c')
| -rw-r--r-- | kernel/locking/rtmutex.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/locking/rtmutex.c b/kernel/locking/rtmutex.c index cfdd5b93264d..2f8cd616d3b2 100644 --- a/kernel/locking/rtmutex.c +++ b/kernel/locking/rtmutex.c @@ -1716,8 +1716,7 @@ void rt_mutex_init_proxy_locked(struct rt_mutex *lock,   * possible because it belongs to the pi_state which is about to be freed   * and it is not longer visible to other tasks.   */ -void rt_mutex_proxy_unlock(struct rt_mutex *lock, -			   struct task_struct *proxy_owner) +void rt_mutex_proxy_unlock(struct rt_mutex *lock)  {  	debug_rt_mutex_proxy_unlock(lock);  	rt_mutex_set_owner(lock, NULL);  | 
