aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorwanzongshun <mcuos.com@gmail.com>2009-12-18 11:58:58 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-12-22 10:32:31 -0500
commitd76cdf2394df98383a21cbd0777234956aac2a18 (patch)
treeb1665924067a08fe541cc930f9ccb6f16330b5f0 /arch
parent3321c2bceab3ae6efdb2dc119c41d78e85d4b661 (diff)
ARM: 5854/1: fix compiling error for NUC900
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-w90x900/dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-w90x900/dev.c b/arch/arm/mach-w90x900/dev.c
index 51f17b753348..ec711f4b4019 100644
--- a/arch/arm/mach-w90x900/dev.c
+++ b/arch/arm/mach-w90x900/dev.c
@@ -197,7 +197,7 @@ static struct platform_device nuc900_device_emc = {
197 197
198/* SPI device */ 198/* SPI device */
199 199
200static struct w90p910_spi_info nuc900_spiflash_data = { 200static struct nuc900_spi_info nuc900_spiflash_data = {
201 .num_cs = 1, 201 .num_cs = 1,
202 .lsb = 0, 202 .lsb = 0,
203 .txneg = 1, 203 .txneg = 1,