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>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Mark Brown 2011-11-28 23:26:47 +00:00 committed by Samuel Ortiz
parent 97e43c983c
commit bdd6a67a39

View file

@ -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