[PATCH 4/3] mfd: Correct regulator platform data

From: Mark Brown
Date: Mon Jan 25 2010 - 14:34:06 EST


...and of course in my split of the driver into relevant per-tree
sections I managed to miss this update of the platform data for
the regulators.

Signed-off-by: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
---

Ideally it should be squashed down into patch 2.

include/linux/mfd/wm8994/pdata.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/mfd/wm8994/pdata.h b/include/linux/mfd/wm8994/pdata.h
index 3e6a86a..96a5800 100644
--- a/include/linux/mfd/wm8994/pdata.h
+++ b/include/linux/mfd/wm8994/pdata.h
@@ -20,7 +20,7 @@

struct wm8994_ldo_pdata {
/** GPIOs to enable regulator, 0 or less if not available */
- int regulator_enables;
+ int enable;

const char *supply;
struct regulator_init_data *init_data;
--
1.6.6

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/