diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-crag6410-module.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-crag6410-module.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c b/arch/arm/mach-s3c64xx/mach-crag6410-module.c index cd3c97e2ee75..e1ea2ffb6c02 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c | |||
@@ -16,6 +16,8 @@ | |||
16 | #include <linux/mfd/wm831x/gpio.h> | 16 | #include <linux/mfd/wm831x/gpio.h> |
17 | #include <linux/mfd/wm8994/pdata.h> | 17 | #include <linux/mfd/wm8994/pdata.h> |
18 | 18 | ||
19 | #include <linux/regulator/machine.h> | ||
20 | |||
19 | #include <sound/wm5100.h> | 21 | #include <sound/wm5100.h> |
20 | #include <sound/wm8996.h> | 22 | #include <sound/wm8996.h> |
21 | #include <sound/wm8962.h> | 23 | #include <sound/wm8962.h> |
@@ -141,8 +143,8 @@ static struct wm8994_pdata wm8994_pdata = { | |||
141 | }, | 143 | }, |
142 | .irq_base = CODEC_IRQ_BASE, | 144 | .irq_base = CODEC_IRQ_BASE, |
143 | .ldo = { | 145 | .ldo = { |
144 | { .supply = "WALLVDD" }, | 146 | { }, |
145 | { .supply = "WALLVDD" }, | 147 | { }, |
146 | }, | 148 | }, |
147 | }; | 149 | }; |
148 | 150 | ||