mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 11:16:11 +00:00
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>
This commit is contained in:
parent
3321c2bcea
commit
d76cdf2394
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue