kernel/drivers/base/regmap/internal.h
.. .. @@ -50,7 +50,10 @@ 50 50 union { 51 51 struct mutex mutex; 52 52 struct { 53 - spinlock_t spinlock;53 + union {54 + spinlock_t spinlock;55 + hard_spinlock_t oob_lock;56 + };54 57 unsigned long spinlock_flags; 55 58 }; 56 59 };