aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf548/boards/cm_bf548.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-09-23 16:56:10 -0400
committerMike Frysinger <vapier@gentoo.org>2009-10-08 00:58:11 -0400
commit5a2b0d7315c25ed69ed86fa6ef63c83e47b67c4c (patch)
treed4a90efde7ee5e01e2f6e8b1a83394e257ded08c /arch/blackfin/mach-bf548/boards/cm_bf548.c
parent7036c61fe043af6b701e10d6426ec22259bd1e3b (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-bf548/boards/cm_bf548.c')
-rw-r--r--arch/blackfin/mach-bf548/boards/cm_bf548.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf548/boards/cm_bf548.c b/arch/blackfin/mach-bf548/boards/cm_bf548.c
index 0479d0c4df3c..283be6340c68 100644
--- a/arch/blackfin/mach-bf548/boards/cm_bf548.c
+++ b/arch/blackfin/mach-bf548/boards/cm_bf548.c
@@ -525,13 +525,11 @@ static struct flash_platform_data bfin_spi_flash_data = {
525static struct bfin5xx_spi_chip spi_flash_chip_info = { 525static struct bfin5xx_spi_chip spi_flash_chip_info = {
526 .enable_dma = 0, /* use dma transfer with this chip*/ 526 .enable_dma = 0, /* use dma transfer with this chip*/
527 .bits_per_word = 8, 527 .bits_per_word = 8,
528 .cs_change_per_word = 0,
529}; 528};
530#endif 529#endif
531 530
532#if defined(CONFIG_TOUCHSCREEN_AD7877) || defined(CONFIG_TOUCHSCREEN_AD7877_MODULE) 531#if defined(CONFIG_TOUCHSCREEN_AD7877) || defined(CONFIG_TOUCHSCREEN_AD7877_MODULE)
533static struct bfin5xx_spi_chip spi_ad7877_chip_info = { 532static struct bfin5xx_spi_chip spi_ad7877_chip_info = {
534 .cs_change_per_word = 0,
535 .enable_dma = 0, 533 .enable_dma = 0,
536 .bits_per_word = 16, 534 .bits_per_word = 16,
537}; 535};