aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking/rtmutex-debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/locking/rtmutex-debug.c')
-rw-r--r--kernel/locking/rtmutex-debug.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/kernel/locking/rtmutex-debug.c b/kernel/locking/rtmutex-debug.c
index db4f55211b04..58e366ad36f4 100644
--- a/kernel/locking/rtmutex-debug.c
+++ b/kernel/locking/rtmutex-debug.c
@@ -175,12 +175,3 @@ void debug_rt_mutex_init(struct rt_mutex *lock, const char *name)
175 lock->name = name; 175 lock->name = name;
176} 176}
177 177
178void
179rt_mutex_deadlock_account_lock(struct rt_mutex *lock, struct task_struct *task)
180{
181}
182
183void rt_mutex_deadlock_account_unlock(struct task_struct *task)
184{
185}
186