diff options
Diffstat (limited to 'kernel/locking/rtmutex-debug.c')
-rw-r--r-- | kernel/locking/rtmutex-debug.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/kernel/locking/rtmutex-debug.c b/kernel/locking/rtmutex-debug.c index 97ee9df32e0f..32fe775a2eaf 100644 --- a/kernel/locking/rtmutex-debug.c +++ b/kernel/locking/rtmutex-debug.c | |||
@@ -174,12 +174,3 @@ void debug_rt_mutex_init(struct rt_mutex *lock, const char *name) | |||
174 | lock->name = name; | 174 | lock->name = name; |
175 | } | 175 | } |
176 | 176 | ||
177 | void | ||
178 | rt_mutex_deadlock_account_lock(struct rt_mutex *lock, struct task_struct *task) | ||
179 | { | ||
180 | } | ||
181 | |||
182 | void rt_mutex_deadlock_account_unlock(struct task_struct *task) | ||
183 | { | ||
184 | } | ||
185 | |||