diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-08-10 11:17:04 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2010-08-10 11:17:04 +0000 |
commit | 42296e9aa0019cc5d8dd2e10a9f5fcc1df99a8cb (patch) | |
tree | 32ee59774b2a40afd346832b3cf33086c76f62ac /target/linux | |
parent | 7938a816d44bcd6266f85343cd3fce10789ffd27 (diff) | |
download | upstream-42296e9aa0019cc5d8dd2e10a9f5fcc1df99a8cb.tar.gz upstream-42296e9aa0019cc5d8dd2e10a9f5fcc1df99a8cb.tar.bz2 upstream-42296e9aa0019cc5d8dd2e10a9f5fcc1df99a8cb.zip |
[kernel] Fix gpio_spi_old module for 2.6.35
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22576 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/patches-2.6.35/921-gpio_spi_driver.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 <linux/spi/spi_bitbang.h> ++#include "spi_bitbang_txrx.h" + +static u32 spi_gpio_txrx_mode0(struct spi_device *spi, + unsigned nsecs, u32 word, u8 bits) |