Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243494
b: refs/heads/master
c: 251290a
h: refs/heads/master
v: v3
  • Loading branch information
Andres Salomon authored and Sascha Hauer committed Mar 25, 2011
1 parent 4bae97c commit 67b3810
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 58d5ad5e3c39311835ffcf80353d1318e4f9c155
refs/heads/master: 251290a6078cb88382344b3ee535ae8c6254c1b5
6 changes: 4 additions & 2 deletions trunk/arch/arm/mach-mx5/mx51_efika.c
Original file line number Diff line number Diff line change
Expand Up @@ -571,8 +571,10 @@ static struct mc13xxx_regulator_init_data mx51_efika_regulators[] = {

static struct mc13xxx_platform_data mx51_efika_mc13892_data = {
.flags = MC13XXX_USE_RTC | MC13XXX_USE_REGULATOR,
.num_regulators = ARRAY_SIZE(mx51_efika_regulators),
.regulators = mx51_efika_regulators,
.regulators = {
.num_regulators = ARRAY_SIZE(mx51_efika_regulators),
.regulators = mx51_efika_regulators,
},
};

static struct spi_board_info mx51_efika_spi_board_info[] __initdata = {
Expand Down

0 comments on commit 67b3810

Please sign in to comment.