diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-01-09 09:29:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-01-09 09:29:51 +0000 |
commit | a894d10d4de68f5065b57baecdbbaf58974bdc49 (patch) | |
tree | f0cc6901da7acd664efcbd3442e40943333451ec /target/linux/ar71xx/patches-2.6.36 | |
parent | 23a61730991364ca14a9f1b12d9075f964cd160d (diff) | |
download | upstream-a894d10d4de68f5065b57baecdbbaf58974bdc49.tar.gz upstream-a894d10d4de68f5065b57baecdbbaf58974bdc49.tar.bz2 upstream-a894d10d4de68f5065b57baecdbbaf58974bdc49.zip |
ar71xx: remove the gpio_wr_fix patch
SVN-Revision: 24945
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.36')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.36/211-gpio_wr_fix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/ar71xx/patches-2.6.36/211-gpio_wr_fix.patch b/target/linux/ar71xx/patches-2.6.36/211-gpio_wr_fix.patch deleted file mode 100644 index 04174d7b0c..0000000000 --- a/target/linux/ar71xx/patches-2.6.36/211-gpio_wr_fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/drivers/gpio/gpiolib.c -+++ b/drivers/gpio/gpiolib.c -@@ -1564,7 +1564,7 @@ void __gpio_set_value(unsigned gpio, int - struct gpio_chip *chip; - - chip = gpio_to_chip(gpio); -- WARN_ON(chip->can_sleep); -+// WARN_ON(chip->can_sleep); - chip->set(chip, gpio - chip->base, value); - } - EXPORT_SYMBOL_GPL(__gpio_set_value); |