Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258689
b: refs/heads/master
c: 6d2385a
h: refs/heads/master
i:
  258687: c6c2613
v: v3
  • Loading branch information
Fabio Estevam authored and Sascha Hauer committed Jul 7, 2011
1 parent bb326ad commit eddb156
Show file tree
Hide file tree
Showing 2 changed files with 4 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: c084473d7a51dde74008e44d995f6da569f17802
refs/heads/master: 6d2385ab2532f3a8e2b9d195c006c07919555c31
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-imx/mach-mx27_3ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,11 @@ static struct mc13xxx_platform_data mc13783_pdata = {
};

/* SPI */
static int spi2_internal_chipselect[] = {SPI2_SS0};
static int spi2_chipselect[] = {SPI2_SS0};

static const struct spi_imx_master spi2_pdata __initconst = {
.chipselect = spi2_internal_chipselect,
.num_chipselect = ARRAY_SIZE(spi2_internal_chipselect),
.chipselect = spi2_chipselect,
.num_chipselect = ARRAY_SIZE(spi2_chipselect),
};

static struct spi_board_info mx27_3ds_spi_devs[] __initdata = {
Expand Down

0 comments on commit eddb156

Please sign in to comment.