Merge remote-tracking branch 'regmap/topic/core' into regmap-next
This commit is contained in:
@@ -49,8 +49,10 @@ struct regmap_async {
|
||||
};
|
||||
|
||||
struct regmap {
|
||||
struct mutex mutex;
|
||||
spinlock_t spinlock;
|
||||
union {
|
||||
struct mutex mutex;
|
||||
spinlock_t spinlock;
|
||||
};
|
||||
unsigned long spinlock_flags;
|
||||
regmap_lock lock;
|
||||
regmap_unlock unlock;
|
||||
|
Reference in New Issue
Block a user