diff options
Diffstat (limited to 'arch/mips/ath79/mach-ap81.c')
| -rw-r--r-- | arch/mips/ath79/mach-ap81.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ath79/mach-ap81.c b/arch/mips/ath79/mach-ap81.c index abe19836331..1c78d497f93 100644 --- a/arch/mips/ath79/mach-ap81.c +++ b/arch/mips/ath79/mach-ap81.c @@ -78,7 +78,7 @@ static struct spi_board_info ap81_spi_info[] = {  static struct ath79_spi_platform_data ap81_spi_data = {  	.bus_num	= 0, -	.num_chipselect	= 1, +	.num_chipselect = 1,  };  static void __init ap81_setup(void)  |