d4b8ecba4cd4062c4934130b738a0371a1f6786a
[openwrt/openwrt.git] / target / linux / ar71xx / patches-2.6.35 / 210-spi_bitbang_txrx.patch
1 --- a/drivers/spi/ap83_spi.c
2 +++ b/drivers/spi/ap83_spi.c
3 @@ -125,8 +125,8 @@ static void ap83_spi_chipselect(struct s
4 do_spidelay(spi, nsecs); \
5 } while (0)
6
7 -#define EXPAND_BITBANG_TXRX
8 #include <linux/spi/spi_bitbang.h>
9 +#include "spi_bitbang_txrx.h"
10
11 static u32 ap83_spi_txrx_mode0(struct spi_device *spi,
12 unsigned nsecs, u32 word, u8 bits)