Loading drivers/base/regmap/internal.h +4 −2 Original line number Diff line number Diff line Loading @@ -51,9 +51,11 @@ struct regmap_async { struct regmap { union { struct mutex mutex; struct { spinlock_t spinlock; }; unsigned long spinlock_flags; }; }; regmap_lock lock; regmap_unlock unlock; void *lock_arg; /* This is passed to lock/unlock functions */ Loading Loading
drivers/base/regmap/internal.h +4 −2 Original line number Diff line number Diff line Loading @@ -51,9 +51,11 @@ struct regmap_async { struct regmap { union { struct mutex mutex; struct { spinlock_t spinlock; }; unsigned long spinlock_flags; }; }; regmap_lock lock; regmap_unlock unlock; void *lock_arg; /* This is passed to lock/unlock functions */ Loading