aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-01-09 09:29:51 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-01-09 09:29:51 +0000
commitf0a7feae70239a057f85b0096a9d8591ad8e34d2 (patch)
treea4abf18768904483ebc09f6b162ec4028855331d /target
parent24c0a3945188cb995b7b60dcacc246cce91fda43 (diff)
downloadmaster-187ad058-f0a7feae70239a057f85b0096a9d8591ad8e34d2.tar.gz
master-187ad058-f0a7feae70239a057f85b0096a9d8591ad8e34d2.tar.bz2
master-187ad058-f0a7feae70239a057f85b0096a9d8591ad8e34d2.zip
ar71xx: remove the gpio_wr_fix patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24945 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/patches-2.6.36/211-gpio_wr_fix.patch11
-rw-r--r--target/linux/ar71xx/patches-2.6.37/211-gpio_wr_fix.patch11
2 files changed, 0 insertions, 22 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);
diff --git a/target/linux/ar71xx/patches-2.6.37/211-gpio_wr_fix.patch b/target/linux/ar71xx/patches-2.6.37/211-gpio_wr_fix.patch
deleted file mode 100644
index 04174d7b0c..0000000000
--- a/target/linux/ar71xx/patches-2.6.37/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);