diff options
Diffstat (limited to 'include/linux/sched.h')
| -rw-r--r-- | include/linux/sched.h | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index aaf723308ed..bdabeee10a7 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -865,10 +865,6 @@ struct task_struct {  	struct plist_head pi_waiters;  	/* Deadlock detection and priority inheritance handling */  	struct rt_mutex_waiter *pi_blocked_on; -# ifdef CONFIG_DEBUG_RT_MUTEXES -	spinlock_t held_list_lock; -	struct list_head held_list_head; -# endif  #endif  #ifdef CONFIG_DEBUG_MUTEXES  |