summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-3.18/811-MIPS-ath79-gpio-enable-set-direction.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2015-07-12 13:47:16 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2015-07-12 13:47:16 +0000
commit29039f51b3c6707f903018b53785409bf97f5fe0 (patch)
tree67a0a31f9ef48cc65ab38d2c65f2e7ccdcadf3b5 /target/linux/ar71xx/patches-3.18/811-MIPS-ath79-gpio-enable-set-direction.patch
parentfde2caf6fdd229039b9a75037f9f73d76bc041e2 (diff)
downloadmaster-31e0f0ae-29039f51b3c6707f903018b53785409bf97f5fe0.tar.gz
master-31e0f0ae-29039f51b3c6707f903018b53785409bf97f5fe0.tar.bz2
master-31e0f0ae-29039f51b3c6707f903018b53785409bf97f5fe0.zip
kernel: refresh patches on linux 3.18
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46308
Diffstat (limited to 'target/linux/ar71xx/patches-3.18/811-MIPS-ath79-gpio-enable-set-direction.patch')
-rw-r--r--target/linux/ar71xx/patches-3.18/811-MIPS-ath79-gpio-enable-set-direction.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/patches-3.18/811-MIPS-ath79-gpio-enable-set-direction.patch b/target/linux/ar71xx/patches-3.18/811-MIPS-ath79-gpio-enable-set-direction.patch
index f2c1f67b04..c628f1df89 100644
--- a/target/linux/ar71xx/patches-3.18/811-MIPS-ath79-gpio-enable-set-direction.patch
+++ b/target/linux/ar71xx/patches-3.18/811-MIPS-ath79-gpio-enable-set-direction.patch
@@ -1,6 +1,6 @@
--- a/arch/mips/ath79/common.h
+++ b/arch/mips/ath79/common.h
-@@ -28,6 +28,7 @@ void ath79_gpio_function_enable(u32 mask);
+@@ -28,6 +28,7 @@ void ath79_gpio_function_enable(u32 mask
void ath79_gpio_function_disable(u32 mask);
void ath79_gpio_function_setup(u32 set, u32 clear);
void ath79_gpio_output_select(unsigned gpio, u8 val);
@@ -10,7 +10,7 @@
#endif /* __ATH79_COMMON_H */
--- a/arch/mips/ath79/gpio.c
+++ b/arch/mips/ath79/gpio.c
-@@ -130,6 +130,30 @@ static int ar934x_gpio_direction_output(struct gpio_chip *chip, unsigned offset,
+@@ -130,6 +130,30 @@ static int ar934x_gpio_direction_output(
return 0;
}