diff options
Diffstat (limited to 'drivers/spi/spi_sh_sci.c')
-rw-r--r-- | drivers/spi/spi_sh_sci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/spi/spi_sh_sci.c b/drivers/spi/spi_sh_sci.c index a65c12ffa733..a511be7961a0 100644 --- a/drivers/spi/spi_sh_sci.c +++ b/drivers/spi/spi_sh_sci.c | |||
@@ -78,8 +78,7 @@ static inline u32 getmiso(struct spi_device *dev) | |||
78 | 78 | ||
79 | #define spidelay(x) ndelay(x) | 79 | #define spidelay(x) ndelay(x) |
80 | 80 | ||
81 | #define EXPAND_BITBANG_TXRX | 81 | #include "spi_bitbang_txrx.h" |
82 | #include <linux/spi/spi_bitbang.h> | ||
83 | 82 | ||
84 | static u32 sh_sci_spi_txrx_mode0(struct spi_device *spi, | 83 | static u32 sh_sci_spi_txrx_mode0(struct spi_device *spi, |
85 | unsigned nsecs, u32 word, u8 bits) | 84 | unsigned nsecs, u32 word, u8 bits) |