6295f789907cd2aff77347512a9da595562e2468
[openwrt/svn-archive/archive.git] / target / linux / lantiq / patches-3.0 / 000-gpio_fix.patch
1 --- a/arch/mips/lantiq/xway/gpio_ebu.c
2 +++ b/arch/mips/lantiq/xway/gpio_ebu.c
3 @@ -63,7 +63,6 @@ static struct gpio_chip ltq_ebu_chip = {
4 .set = ltq_ebu_set,
5 .base = 72,
6 .ngpio = 16,
7 - .can_sleep = 1,
8 .owner = THIS_MODULE,
9 };
10
11 --- a/arch/mips/lantiq/xway/gpio_stp.c
12 +++ b/arch/mips/lantiq/xway/gpio_stp.c
13 @@ -72,7 +72,6 @@ static struct gpio_chip ltq_stp_chip = {
14 .set = ltq_stp_set,
15 .base = 48,
16 .ngpio = 24,
17 - .can_sleep = 1,
18 .owner = THIS_MODULE,
19 };
20