diff options
Diffstat (limited to 'drivers/spi/spi_lm70llp.c')
-rw-r--r-- | drivers/spi/spi_lm70llp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/spi/spi_lm70llp.c b/drivers/spi/spi_lm70llp.c index 568c781ad91c..86fb7b5993db 100644 --- a/drivers/spi/spi_lm70llp.c +++ b/drivers/spi/spi_lm70llp.c | |||
@@ -174,8 +174,7 @@ static inline int getmiso(struct spi_device *s) | |||
174 | } | 174 | } |
175 | /*--------------------------------------------------------------------*/ | 175 | /*--------------------------------------------------------------------*/ |
176 | 176 | ||
177 | #define EXPAND_BITBANG_TXRX 1 | 177 | #include "spi_bitbang_txrx.h" |
178 | #include <linux/spi/spi_bitbang.h> | ||
179 | 178 | ||
180 | static void lm70_chipselect(struct spi_device *spi, int value) | 179 | static void lm70_chipselect(struct spi_device *spi, int value) |
181 | { | 180 | { |