kernel/include/linux/ww_mutex.h
.. .. @@ -28,14 +28,6 @@ 28 28 unsigned int is_wait_die; 29 29 }; 30 30 31 -struct ww_mutex {32 - struct mutex base;33 - struct ww_acquire_ctx *ctx;34 -#ifdef CONFIG_DEBUG_MUTEXES35 - struct ww_class *ww_class;36 -#endif37 -};38 -39 31 struct ww_acquire_ctx { 40 32 struct task_struct *task; 41 33 unsigned long stamp;