diff --git a/include/linux/mutex.h b/include/linux/mutex.h index cc31498fc526d42788b6800105ba43d8a9d25c4a..2cb7531e7d7a6f5044e56abc6dc3cc80cac4e596 100644 --- a/include/linux/mutex.h +++ b/include/linux/mutex.h @@ -59,7 +59,6 @@ struct mutex { struct optimistic_spin_queue osq; /* Spinner MCS lock */ #endif #ifdef CONFIG_DEBUG_MUTEXES - const char *name; void *magic; #endif #ifdef CONFIG_DEBUG_LOCK_ALLOC