Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243227
b: refs/heads/master
c: b5b4bc3
h: refs/heads/master
i:
  243225: cb83037
  243223: a1d416a
v: v3
  • Loading branch information
Andres Salomon authored and Linus Torvalds committed Mar 29, 2011
1 parent a3ea54c commit 07e9bbb
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: e5217fb8ae5527e95cff9474f7b3c0d8e3a35fea
refs/heads/master: b5b4bc32b68d711f8b79a1d60e35892d761417c7
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 @@ -572,8 +572,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 07e9bbb

Please sign in to comment.