Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296871
b: refs/heads/master
c: 719a424
h: refs/heads/master
i:
  296869: ad436dd
  296867: 67d0871
  296863: d5fae3c
v: v3
  • Loading branch information
Mark Brown authored and Samuel Ortiz committed Mar 16, 2012
1 parent d6ab204 commit 4244c70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 39ecb0376508b5cd20a951388d10aed2d719a77f
refs/heads/master: 719a42402b3abd2323c31a03bc8f03d6b8c78eaf
6 changes: 4 additions & 2 deletions trunk/arch/arm/mach-s3c64xx/mach-crag6410-module.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#include <linux/mfd/wm831x/gpio.h>
#include <linux/mfd/wm8994/pdata.h>

#include <linux/regulator/machine.h>

#include <sound/wm5100.h>
#include <sound/wm8996.h>
#include <sound/wm8962.h>
Expand Down Expand Up @@ -141,8 +143,8 @@ static struct wm8994_pdata wm8994_pdata = {
},
.irq_base = CODEC_IRQ_BASE,
.ldo = {
{ .supply = "WALLVDD" },
{ .supply = "WALLVDD" },
{ },
{ },
},
};

Expand Down
1 change: 0 additions & 1 deletion trunk/include/linux/mfd/wm8994/pdata.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ struct wm8994_ldo_pdata {
/** GPIOs to enable regulator, 0 or less if not available */
int enable;

const char *supply;
const struct regulator_init_data *init_data;
};

Expand Down

0 comments on commit 4244c70

Please sign in to comment.