diff options
Diffstat (limited to 'drivers/spi/spi_gpio.c')
-rw-r--r-- | drivers/spi/spi_gpio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/spi/spi_gpio.c b/drivers/spi/spi_gpio.c index 26bd03e61855..7edbd5807e0e 100644 --- a/drivers/spi/spi_gpio.c +++ b/drivers/spi/spi_gpio.c | |||
@@ -127,8 +127,7 @@ static inline int getmiso(const struct spi_device *spi) | |||
127 | */ | 127 | */ |
128 | #define spidelay(nsecs) do {} while (0) | 128 | #define spidelay(nsecs) do {} while (0) |
129 | 129 | ||
130 | #define EXPAND_BITBANG_TXRX | 130 | #include "spi_bitbang_txrx.h" |
131 | #include <linux/spi/spi_bitbang.h> | ||
132 | 131 | ||
133 | /* | 132 | /* |
134 | * These functions can leverage inline expansion of GPIO calls to shrink | 133 | * These functions can leverage inline expansion of GPIO calls to shrink |