Commit 719a4240 authored by Mark Brown's avatar Mark Brown Committed by Samuel Ortiz

mfd: Remove unused LDO supply field from WM8994 pdata

It's causing confusion with the regulator level field of the same name
and serves no useful function.
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 39ecb037
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
#include <linux/mfd/wm831x/gpio.h> #include <linux/mfd/wm831x/gpio.h>
#include <linux/mfd/wm8994/pdata.h> #include <linux/mfd/wm8994/pdata.h>
#include <linux/regulator/machine.h>
#include <sound/wm5100.h> #include <sound/wm5100.h>
#include <sound/wm8996.h> #include <sound/wm8996.h>
#include <sound/wm8962.h> #include <sound/wm8962.h>
...@@ -141,8 +143,8 @@ static struct wm8994_pdata wm8994_pdata = { ...@@ -141,8 +143,8 @@ static struct wm8994_pdata wm8994_pdata = {
}, },
.irq_base = CODEC_IRQ_BASE, .irq_base = CODEC_IRQ_BASE,
.ldo = { .ldo = {
{ .supply = "WALLVDD" }, { },
{ .supply = "WALLVDD" }, { },
}, },
}; };
......
...@@ -22,7 +22,6 @@ struct wm8994_ldo_pdata { ...@@ -22,7 +22,6 @@ struct wm8994_ldo_pdata {
/** GPIOs to enable regulator, 0 or less if not available */ /** GPIOs to enable regulator, 0 or less if not available */
int enable; int enable;
const char *supply;
const struct regulator_init_data *init_data; const struct regulator_init_data *init_data;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment