diff options
Diffstat (limited to 'arch/mips/ath79/mach-db120.c')
| -rw-r--r-- | arch/mips/ath79/mach-db120.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ath79/mach-db120.c b/arch/mips/ath79/mach-db120.c index 42f540a724f..4d661a1d2da 100644 --- a/arch/mips/ath79/mach-db120.c +++ b/arch/mips/ath79/mach-db120.c @@ -87,7 +87,7 @@ static struct spi_board_info db120_spi_info[] = {  static struct ath79_spi_platform_data db120_spi_data = {  	.bus_num	= 0, -	.num_chipselect	= 1, +	.num_chipselect = 1,  };  #ifdef CONFIG_PCI  |