diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-09-23 20:56:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-10-18 02:49:30 -0400 |
commit | 201bbc6fd84c67b4021f454d3e4c30d5cd77f702 (patch) | |
tree | 2c1e10a96b060787169cef3e5b2e45b02114b182 /arch/blackfin | |
parent | 8221610e9990e7ee542a4e508d278302af8a9e75 (diff) | |
download | talos-obmc-linux-201bbc6fd84c67b4021f454d3e4c30d5cd77f702.tar.gz talos-obmc-linux-201bbc6fd84c67b4021f454d3e4c30d5cd77f702.zip |
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')
-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 { u16 ctl_reg; u8 enable_dma; u8 bits_per_word; - u8 cs_change_per_word; u16 cs_chg_udelay; /* Some devices require 16-bit delays */ u32 cs_gpio; /* Value to send if no TX value is supplied, usually 0x0 or 0xFFFF */ |