diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-09-23 16:56:10 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-10-18 02:49:30 -0400 |
commit | 201bbc6fd84c67b4021f454d3e4c30d5cd77f702 (patch) | |
tree | 2c1e10a96b060787169cef3e5b2e45b02114b182 /arch/blackfin/include/asm | |
parent | 8221610e9990e7ee542a4e508d278302af8a9e75 (diff) |
spi/bfin_spi: drop custom cs_change_per_word support
As David points out, the cs_change_per_word option isn't standard, nor is
anyone actually using it. So punt all of the dead code considering it
makes up ~10% of the code size.
Reported-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/include/asm')
-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 ed4f8c6db0cd..ee3ecb96aa12 100644 --- a/arch/blackfin/include/asm/bfin5xx_spi.h +++ b/arch/blackfin/include/asm/bfin5xx_spi.h | |||
@@ -120,7 +120,6 @@ struct bfin5xx_spi_chip { | |||
120 | u16 ctl_reg; | 120 | u16 ctl_reg; |
121 | u8 enable_dma; | 121 | u8 enable_dma; |
122 | u8 bits_per_word; | 122 | u8 bits_per_word; |
123 | u8 cs_change_per_word; | ||
124 | u16 cs_chg_udelay; /* Some devices require 16-bit delays */ | 123 | u16 cs_chg_udelay; /* Some devices require 16-bit delays */ |
125 | u32 cs_gpio; | 124 | u32 cs_gpio; |
126 | /* Value to send if no TX value is supplied, usually 0x0 or 0xFFFF */ | 125 | /* Value to send if no TX value is supplied, usually 0x0 or 0xFFFF */ |