Skip to content

Commit

Permalink
ARM: 5854/1: fix compiling error for NUC900
Browse files Browse the repository at this point in the history
fix compiling error for NUC900

Signed-off-by: lijie <eltshanli@gmail.com>
Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
wanzongshun authored and Russell King committed Dec 22, 2009
1 parent 3321c2b commit d76cdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-w90x900/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ static struct platform_device nuc900_device_emc = {

/* SPI device */

static struct w90p910_spi_info nuc900_spiflash_data = {
static struct nuc900_spi_info nuc900_spiflash_data = {
.num_cs = 1,
.lsb = 0,
.txneg = 1,
Expand Down

0 comments on commit d76cdf2

Please sign in to comment.