aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/wm8994/core.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-10-25 08:23:53 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-12-12 11:11:05 -0500
commitc3f1386171a100d27d9fb978f474a6a330888af5 (patch)
treeb8440eff5d99347f322b526ab1384eeb0153245a /include/linux/mfd/wm8994/core.h
parent4412823a0ac768679c0f31bd9585ebc23b317138 (diff)
mfd: Enable register cache for wm8994 devices
As part of this we provide information about the registers that exist in the device to the regmap core, drop the small amount of cache that the core had been using and let regmap do the sync. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd/wm8994/core.h')
-rw-r--r--include/linux/mfd/wm8994/core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mfd/wm8994/core.h b/include/linux/mfd/wm8994/core.h
index f44bdb7273bd..d98593d52e7c 100644
--- a/include/linux/mfd/wm8994/core.h
+++ b/include/linux/mfd/wm8994/core.h
@@ -70,8 +70,6 @@ struct wm8994 {
70 70
71 /* Used over suspend/resume */ 71 /* Used over suspend/resume */
72 bool suspended; 72 bool suspended;
73 u16 ldo_regs[WM8994_NUM_LDO_REGS];
74 u16 gpio_regs[WM8994_NUM_GPIO_REGS];
75 73
76 struct regulator_dev *dbvdd; 74 struct regulator_dev *dbvdd;
77 int num_supplies; 75 int num_supplies;