aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/em-x270.c
diff options
context:
space:
mode:
authorMike Rapoport <mike@compulab.co.il>2009-06-16 15:19:24 +0300
committerEric Miao <eric.y.miao@gmail.com>2009-06-16 21:03:11 +0800
commit3cb05c97ad38aab0858fc176fd1577ac4a947bad (patch)
treee481e26d781cd2343b46bbafa02d249401141a34 /arch/arm/mach-pxa/em-x270.c
parenteb73e6221c5013b32647bcf44bcc570232ba2804 (diff)
downloadkernel_samsung_smdk4412-3cb05c97ad38aab0858fc176fd1577ac4a947bad.zip
kernel_samsung_smdk4412-3cb05c97ad38aab0858fc176fd1577ac4a947bad.tar.gz
kernel_samsung_smdk4412-3cb05c97ad38aab0858fc176fd1577ac4a947bad.tar.bz2
[ARM] pxa/em-x270: remove .gpio_cs from em_x270_libertas_pdata
Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/em-x270.c')
-rw-r--r--arch/arm/mach-pxa/em-x270.c2
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 243e080..b2d5a53 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 = {
.rx_threshold = 1,
.tx_threshold = 1,
.timeout = 1000,
+ .gpio_cs = 14,
};
static unsigned long em_x270_libertas_pin_config[] = {
@@ -803,7 +804,6 @@ static int em_x270_libertas_teardown(struct spi_device *spi)
struct libertas_spi_platform_data em_x270_libertas_pdata = {
.use_dummy_writes = 1,
- .gpio_cs = 14,
.setup = em_x270_libertas_setup,
.teardown = em_x270_libertas_teardown,
};