diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-09-23 16:56:10 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-10-08 00:58:11 -0400 |
commit | 5a2b0d7315c25ed69ed86fa6ef63c83e47b67c4c (patch) | |
tree | d4a90efde7ee5e01e2f6e8b1a83394e257ded08c /arch/blackfin/mach-bf537/boards | |
parent | 7036c61fe043af6b701e10d6426ec22259bd1e3b (diff) |
Blackfin: drop cs_change_per_word setting
Structs get initialized to 0 already, and we want to punt this field, so
scrub it from all of our boards.
Reported-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf537/boards')
-rw-r--r-- | arch/blackfin/mach-bf537/boards/pnav10.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf537/boards/pnav10.c b/arch/blackfin/mach-bf537/boards/pnav10.c index 29e38d5af4f9..9ba290466b56 100644 --- a/arch/blackfin/mach-bf537/boards/pnav10.c +++ b/arch/blackfin/mach-bf537/boards/pnav10.c | |||
@@ -280,7 +280,6 @@ static struct bfin5xx_spi_chip mmc_spi_chip_info = { | |||
280 | 280 | ||
281 | #if defined(CONFIG_TOUCHSCREEN_AD7877) || defined(CONFIG_TOUCHSCREEN_AD7877_MODULE) | 281 | #if defined(CONFIG_TOUCHSCREEN_AD7877) || defined(CONFIG_TOUCHSCREEN_AD7877_MODULE) |
282 | static struct bfin5xx_spi_chip spi_ad7877_chip_info = { | 282 | static struct bfin5xx_spi_chip spi_ad7877_chip_info = { |
283 | .cs_change_per_word = 0, | ||
284 | .enable_dma = 0, | 283 | .enable_dma = 0, |
285 | .bits_per_word = 16, | 284 | .bits_per_word = 16, |
286 | }; | 285 | }; |