aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-4.4/375-MIPS-BCM63XX-switch-to-new-gpio-driver.patch
diff options
context:
space:
mode:
authorJonas Gorski <jonas.gorski@gmail.com>2016-07-01 11:22:08 +0200
committerJonas Gorski <jonas.gorski@gmail.com>2017-06-10 12:40:37 +0200
commitf9b7bfa088a9293959bc25eefa6a764736190661 (patch)
tree3209cbbd4c18ae02b6600c83698594fc0ae8e7b7 /target/linux/brcm63xx/patches-4.4/375-MIPS-BCM63XX-switch-to-new-gpio-driver.patch
parent5e4bb476c0cc46dedc020a802f045d479e483857 (diff)
downloadupstream-f9b7bfa088a9293959bc25eefa6a764736190661.tar.gz
upstream-f9b7bfa088a9293959bc25eefa6a764736190661.tar.bz2
upstream-f9b7bfa088a9293959bc25eefa6a764736190661.zip
brcm63xx: backport upstream generic gpio changes
Backport patches that add a data pointer to gpio_chip. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'target/linux/brcm63xx/patches-4.4/375-MIPS-BCM63XX-switch-to-new-gpio-driver.patch')
-rw-r--r--target/linux/brcm63xx/patches-4.4/375-MIPS-BCM63XX-switch-to-new-gpio-driver.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-4.4/375-MIPS-BCM63XX-switch-to-new-gpio-driver.patch b/target/linux/brcm63xx/patches-4.4/375-MIPS-BCM63XX-switch-to-new-gpio-driver.patch
index f8c7ae4572..2943187627 100644
--- a/target/linux/brcm63xx/patches-4.4/375-MIPS-BCM63XX-switch-to-new-gpio-driver.patch
+++ b/target/linux/brcm63xx/patches-4.4/375-MIPS-BCM63XX-switch-to-new-gpio-driver.patch
@@ -34,7 +34,7 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org>
-#include <linux/module.h>
-#include <linux/spinlock.h>
#include <linux/platform_device.h>
-+#include <linux/basic_mmio_gpio.h>
++#include <linux/gpio/driver.h>
#include <linux/gpio.h>
#include <bcm63xx_cpu.h>