aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include/asm/bfin5xx_spi.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-06-27 18:16:29 -0400
committerBob Liu <lliubbo@gmail.com>2012-03-21 11:00:07 +0800
commit5d002cce4c8a24234b81033119eda3272ebf7981 (patch)
tree2a3b74936380be6fdda475e72b056f5ba4e495c7 /arch/blackfin/include/asm/bfin5xx_spi.h
parentblackfin: cplb-mpu: fix page mask table overflow (diff)
downloadlinux-dev-5d002cce4c8a24234b81033119eda3272ebf7981.tar.xz
linux-dev-5d002cce4c8a24234b81033119eda3272ebf7981.zip
spi/bfin_spi: drop bits_per_word from client data
No other SPI controller has this field, and SPI clients should be setting this up in their own drivers. So drop it from the Blackfin controller to keep people from using it. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin/include/asm/bfin5xx_spi.h')
-rw-r--r--arch/blackfin/include/asm/bfin5xx_spi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/blackfin/include/asm/bfin5xx_spi.h b/arch/blackfin/include/asm/bfin5xx_spi.h
index 5392583d0253..fb95c853bb1e 100644
--- a/arch/blackfin/include/asm/bfin5xx_spi.h
+++ b/arch/blackfin/include/asm/bfin5xx_spi.h
@@ -77,7 +77,6 @@ struct bfin5xx_spi_master {
struct bfin5xx_spi_chip {
u16 ctl_reg;
u8 enable_dma;
- u8 bits_per_word;
u16 cs_chg_udelay; /* Some devices require 16-bit delays */
/* Value to send if no TX value is supplied, usually 0x0 or 0xFFFF */
u16 idle_tx_val;