diff options
-rw-r--r-- | arch/arm/mach-pxa/em-x270.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/em-x270.c b/arch/arm/mach-pxa/em-x270.c index 243e0802b5f4..b2d5a5394e47 100644 --- a/arch/arm/mach-pxa/em-x270.c +++ b/arch/arm/mach-pxa/em-x270.c | |||
@@ -735,6 +735,7 @@ static struct pxa2xx_spi_chip em_x270_libertas_chip = { | |||
735 | .rx_threshold = 1, | 735 | .rx_threshold = 1, |
736 | .tx_threshold = 1, | 736 | .tx_threshold = 1, |
737 | .timeout = 1000, | 737 | .timeout = 1000, |
738 | .gpio_cs = 14, | ||
738 | }; | 739 | }; |
739 | 740 | ||
740 | static unsigned long em_x270_libertas_pin_config[] = { | 741 | static unsigned long em_x270_libertas_pin_config[] = { |
@@ -803,7 +804,6 @@ static int em_x270_libertas_teardown(struct spi_device *spi) | |||
803 | 804 | ||
804 | struct libertas_spi_platform_data em_x270_libertas_pdata = { | 805 | struct libertas_spi_platform_data em_x270_libertas_pdata = { |
805 | .use_dummy_writes = 1, | 806 | .use_dummy_writes = 1, |
806 | .gpio_cs = 14, | ||
807 | .setup = em_x270_libertas_setup, | 807 | .setup = em_x270_libertas_setup, |
808 | .teardown = em_x270_libertas_teardown, | 808 | .teardown = em_x270_libertas_teardown, |
809 | }; | 809 | }; |