diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2016-07-01 11:22:08 +0200 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2017-06-10 12:40:37 +0200 |
commit | f9b7bfa088a9293959bc25eefa6a764736190661 (patch) | |
tree | 3209cbbd4c18ae02b6600c83698594fc0ae8e7b7 /target/linux/brcm63xx/patches-4.4/377-MIPS-BCM63XX-register-lookup-for-ephy-reset-gpio.patch | |
parent | 5e4bb476c0cc46dedc020a802f045d479e483857 (diff) | |
download | upstream-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/377-MIPS-BCM63XX-register-lookup-for-ephy-reset-gpio.patch')
-rw-r--r-- | target/linux/brcm63xx/patches-4.4/377-MIPS-BCM63XX-register-lookup-for-ephy-reset-gpio.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-4.4/377-MIPS-BCM63XX-register-lookup-for-ephy-reset-gpio.patch b/target/linux/brcm63xx/patches-4.4/377-MIPS-BCM63XX-register-lookup-for-ephy-reset-gpio.patch index 5bb18a440e..edba50b687 100644 --- a/target/linux/brcm63xx/patches-4.4/377-MIPS-BCM63XX-register-lookup-for-ephy-reset-gpio.patch +++ b/target/linux/brcm63xx/patches-4.4/377-MIPS-BCM63XX-register-lookup-for-ephy-reset-gpio.patch @@ -50,7 +50,7 @@ Signed-off-by: Jonas Gorski <jogo@openwrt.org> + #include <linux/kernel.h> #include <linux/platform_device.h> - #include <linux/basic_mmio_gpio.h> + #include <linux/gpio/driver.h> #include <linux/gpio.h> +#include <linux/gpio/machine.h> |