aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/wm8994
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-11-28 18:48:14 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-12-13 00:11:19 +0800
commit43913e5ef9e9e05141418577523456e6b23777eb (patch)
treed0a4fbce6a47ce91ba88ca5e7f6f9c36ff6582d8 /include/linux/mfd/wm8994
parentmfd: Initialise WM8994 register cache after reading chip ID registers (diff)
downloadlinux-dev-43913e5ef9e9e05141418577523456e6b23777eb.tar.xz
linux-dev-43913e5ef9e9e05141418577523456e6b23777eb.zip
mfd: Constify WM8994 regulator_init_data
The driver has no need to modify the regulator_init_data so declare it const to allow machine code to do so. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd/wm8994')
-rw-r--r--include/linux/mfd/wm8994/pdata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/wm8994/pdata.h b/include/linux/mfd/wm8994/pdata.h
index 54e2fef587d5..b00897a6c461 100644
--- a/include/linux/mfd/wm8994/pdata.h
+++ b/include/linux/mfd/wm8994/pdata.h
@@ -23,7 +23,7 @@ struct wm8994_ldo_pdata {
int enable;
const char *supply;
- struct regulator_init_data *init_data;
+ const struct regulator_init_data *init_data;
};
#define WM8994_CONFIGURE_GPIO 0x10000