summaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/patches-2.6.30/fix-gpiolib-support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/realtek/patches-2.6.30/fix-gpiolib-support.patch')
-rw-r--r--target/linux/realtek/patches-2.6.30/fix-gpiolib-support.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/realtek/patches-2.6.30/fix-gpiolib-support.patch b/target/linux/realtek/patches-2.6.30/fix-gpiolib-support.patch
new file mode 100644
index 000000000..bb0b9ab43
--- /dev/null
+++ b/target/linux/realtek/patches-2.6.30/fix-gpiolib-support.patch
@@ -0,0 +1,11 @@
+--- linux-2.6.30.9/drivers/gpio/gpiolib.c 2013-07-11 17:26:56.283467173 +0300
++++ linux-2.6.30.9/drivers/gpio/gpiolib.c 2013-07-11 17:07:42.298560582 +0300
+@@ -1152,7 +1152,7 @@
+ : "? ");
+
+ if (!is_out) {
+- int irq = gpio_to_irq(gpio);
++ int irq = __gpio_to_irq(gpio);
+ struct irq_desc *desc = irq_to_desc(irq);
+
+ /* This races with request_irq(), set_irq_type(),