提交 dfdb3c4d 编写于 作者: M Mark Brown

Merge remote-tracking branch 'regmap/topic/core' into regmap-next

...@@ -51,9 +51,11 @@ struct regmap_async { ...@@ -51,9 +51,11 @@ struct regmap_async {
struct regmap { struct regmap {
union { union {
struct mutex mutex; struct mutex mutex;
spinlock_t spinlock; struct {
spinlock_t spinlock;
unsigned long spinlock_flags;
};
}; };
unsigned long spinlock_flags;
regmap_lock lock; regmap_lock lock;
regmap_unlock unlock; regmap_unlock unlock;
void *lock_arg; /* This is passed to lock/unlock functions */ void *lock_arg; /* This is passed to lock/unlock functions */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册