summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf537
diff options
context:
space:
mode:
authorMike Frysinger2009-09-23 22:56:10 +0200
committerMike Frysinger2009-10-08 06:58:11 +0200
commit5a2b0d7315c25ed69ed86fa6ef63c83e47b67c4c (patch)
treed4a90efde7ee5e01e2f6e8b1a83394e257ded08c /arch/blackfin/mach-bf537
parentBlackfin: bf533-ezkit: convert to physmap/jedec_probe (diff)
downloadkernel-qcow2-linux-5a2b0d7315c25ed69ed86fa6ef63c83e47b67c4c.tar.gz
kernel-qcow2-linux-5a2b0d7315c25ed69ed86fa6ef63c83e47b67c4c.tar.xz
kernel-qcow2-linux-5a2b0d7315c25ed69ed86fa6ef63c83e47b67c4c.zip
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')
-rw-r--r--arch/blackfin/mach-bf537/boards/pnav10.c1
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 = {
#if defined(CONFIG_TOUCHSCREEN_AD7877) || defined(CONFIG_TOUCHSCREEN_AD7877_MODULE)
static struct bfin5xx_spi_chip spi_ad7877_chip_info = {
- .cs_change_per_word = 0,
.enable_dma = 0,
.bits_per_word = 16,
};