commit | 336fb81b319ec4d5c09aa6417de7c042cfcd7461 | [log] [tgz] |
---|---|---|
author | Wang, Yalin <Yalin.Wang@sonymobile.com> | Thu Sep 11 16:19:49 2014 +0800 |
committer | Mark Brown <broonie@kernel.org> | Fri Sep 12 14:57:26 2014 +0100 |
tree | 7b1e75a60878d8f2d9ac3a6de329eda643795832 | |
parent | 9ba1e456e1fa3729fc6be73403a7b2083f9590eb [diff] |
regmap: change struct regmap's internal locks as union this patch change struct regmap->mutex and struct regmap->spinlock as an union, because these 2 members are only used one of them, we change it to shrink the struct size. Signed-off-by: Yalin Wang <yalin.wang@sonymobile.com> Signed-off-by: Mark Brown <broonie@kernel.org>