diff options
Diffstat (limited to 'include/linux/ww_mutex.h')
| -rw-r--r-- | include/linux/ww_mutex.h | 8 | 
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/ww_mutex.h b/include/linux/ww_mutex.h index d7554252404c..850424e5d030 100644 --- a/include/linux/ww_mutex.h +++ b/include/linux/ww_mutex.h @@ -48,14 +48,6 @@ struct ww_acquire_ctx {  #endif  }; -struct ww_mutex { -	struct mutex base; -	struct ww_acquire_ctx *ctx; -#ifdef CONFIG_DEBUG_MUTEXES -	struct ww_class *ww_class; -#endif -}; -  #ifdef CONFIG_DEBUG_LOCK_ALLOC  # define __WW_CLASS_MUTEX_INITIALIZER(lockname, class) \  		, .ww_class = class  |