From 9dbb998ee3d2ca334564863d709e9290fc957db9 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Tue, 10 Aug 2010 11:17:04 +0000 Subject: [PATCH] Fix gpio_spi_old module for 2.6.35 SVN-Revision: 22576 --- target/linux/generic/patches-2.6.35/921-gpio_spi_driver.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/generic/patches-2.6.35/921-gpio_spi_driver.patch b/target/linux/generic/patches-2.6.35/921-gpio_spi_driver.patch index eda7a4e8fd..3ff575e696 100644 --- a/target/linux/generic/patches-2.6.35/921-gpio_spi_driver.patch +++ b/target/linux/generic/patches-2.6.35/921-gpio_spi_driver.patch @@ -162,7 +162,7 @@ Please use the new mainline SPI-GPIO driver, as of 2.6.29. + } while (0) + +#define EXPAND_BITBANG_TXRX -+#include ++#include "spi_bitbang_txrx.h" + +static u32 spi_gpio_txrx_mode0(struct spi_device *spi, + unsigned nsecs, u32 word, u8 bits) -- 2.30.2