Browse Source

ramips: rt305x: remove superfluous controller_data assignment

SVN-Revision: 31919
Gabor Juhos 13 years ago
parent
commit
0622fdd82c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      target/linux/ramips/files/arch/mips/ralink/rt305x/mach-nw718.c

+ 0 - 1
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-nw718.c

@@ -71,7 +71,6 @@ static struct spi_board_info nw718_spi_info[] = {
 		.chip_select	= 0,
 		.max_speed_hz	= 25000000,
 		.modalias	= "m25p80",
-		.controller_data = (void *) NW718_GPIO_SPI_CS0,
 	}
 };