]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
regmap: Move spinlock_flags into the union
authorWang, Yalin <Yalin.Wang@sonymobile.com>
Mon, 15 Dec 2014 08:05:50 +0000 (16:05 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 15 Dec 2014 17:41:07 +0000 (17:41 +0000)
commitf93d1be217d89f258f0108a8cd64b98cb8fa9e73
tree6a7186e430e3b5c4e62b276b517a054b5c4fbd66
parenta63b87838a592577c7134a3cb89c74e59b9dd9c1
regmap: Move spinlock_flags into the union

This patch move struct regmap.spinlock_flags into the union of
spinlock, so that we can shrink struct regmap size.

Signed-off-by: Yalin Wang <yalin.wang@sonymobile.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/internal.h