diff options
Diffstat (limited to 'target/linux/generic/patches-2.6.35/920-04-spi-gpio-implement-spi-delay.patch')
-rw-r--r-- | target/linux/generic/patches-2.6.35/920-04-spi-gpio-implement-spi-delay.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-2.6.35/920-04-spi-gpio-implement-spi-delay.patch b/target/linux/generic/patches-2.6.35/920-04-spi-gpio-implement-spi-delay.patch index 19032881b8..4b145c2734 100644 --- a/target/linux/generic/patches-2.6.35/920-04-spi-gpio-implement-spi-delay.patch +++ b/target/linux/generic/patches-2.6.35/920-04-spi-gpio-implement-spi-delay.patch @@ -54,5 +54,5 @@ Implement the SPI-GPIO delay function for busses that need speed limitation. +#endif /* NEED_SPIDELAY */ +} - #define EXPAND_BITBANG_TXRX - #include <linux/spi/spi_bitbang.h> + #include "spi_bitbang_txrx.h" + |