From 336fb81b319ec4d5c09aa6417de7c042cfcd7461 Mon Sep 17 00:00:00 2001 From: "Wang, Yalin" Date: Thu, 11 Sep 2014 16:19:49 +0800 Subject: [PATCH] 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 Signed-off-by: Mark Brown --- Reading git-format-patch failed