aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-4.4/820-MIPS-ath79-add_gpio_function2_setup.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2016-04-16 21:05:48 +0000
committerHauke Mehrtens <hauke@openwrt.org>2016-04-16 21:05:48 +0000
commitd100e7268dc869ede6c06ba0a4af0a1408dd96ae (patch)
tree59d0867372146091498ebd7ca19fe9fded286009 /target/linux/ar71xx/patches-4.4/820-MIPS-ath79-add_gpio_function2_setup.patch
parent8b1c96219388dda929244b33278a28498ca83e66 (diff)
downloadmaster-187ad058-d100e7268dc869ede6c06ba0a4af0a1408dd96ae.tar.gz
master-187ad058-d100e7268dc869ede6c06ba0a4af0a1408dd96ae.tar.bz2
master-187ad058-d100e7268dc869ede6c06ba0a4af0a1408dd96ae.zip
kernel: update kernel 4.4 to version 4.4.7
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49176 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-4.4/820-MIPS-ath79-add_gpio_function2_setup.patch')
-rw-r--r--target/linux/ar71xx/patches-4.4/820-MIPS-ath79-add_gpio_function2_setup.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-4.4/820-MIPS-ath79-add_gpio_function2_setup.patch b/target/linux/ar71xx/patches-4.4/820-MIPS-ath79-add_gpio_function2_setup.patch
index b21da96355..f7f6b7203e 100644
--- a/target/linux/ar71xx/patches-4.4/820-MIPS-ath79-add_gpio_function2_setup.patch
+++ b/target/linux/ar71xx/patches-4.4/820-MIPS-ath79-add_gpio_function2_setup.patch
@@ -14,7 +14,7 @@ functions on the Arduino Yun.
void ath79_gpio_init(void);
--- a/arch/mips/ath79/gpio.c
+++ b/arch/mips/ath79/gpio.c
-@@ -42,6 +42,31 @@ static void __iomem *ath79_gpio_get_func
+@@ -43,6 +43,31 @@ static void __iomem *ath79_gpio_get_func
return ath79_gpio_base + reg;
}