diff options
Diffstat (limited to 'arch/blackfin/include/asm/bfin5xx_spi.h')
-rw-r--r-- | arch/blackfin/include/asm/bfin5xx_spi.h | 1 |
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 { | |||
77 | struct bfin5xx_spi_chip { | 77 | struct bfin5xx_spi_chip { |
78 | u16 ctl_reg; | 78 | u16 ctl_reg; |
79 | u8 enable_dma; | 79 | u8 enable_dma; |
80 | u8 bits_per_word; | ||
81 | u16 cs_chg_udelay; /* Some devices require 16-bit delays */ | 80 | u16 cs_chg_udelay; /* Some devices require 16-bit delays */ |
82 | /* Value to send if no TX value is supplied, usually 0x0 or 0xFFFF */ | 81 | /* Value to send if no TX value is supplied, usually 0x0 or 0xFFFF */ |
83 | u16 idle_tx_val; | 82 | u16 idle_tx_val; |