[kernel] kmod-usb-core is buildin on etrax target
[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)
13 --- a/drivers/spi/spi_gpio_old.c
14 +++ b/drivers/spi/spi_gpio_old.c
15 @@ -74,8 +74,8 @@ static inline void do_spidelay(struct sp
16 do_spidelay(spi, nsecs); \
17 } while (0)
18
19 -#define EXPAND_BITBANG_TXRX
20 #include <linux/spi/spi_bitbang.h>
21 +#include "spi_bitbang_txrx.h"
22
23 static u32 spi_gpio_txrx_mode0(struct spi_device *spi,
24 unsigned nsecs, u32 word, u8 bits)
This page took 0.043556 seconds and 5 git commands to generate.