aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2014-03-12 23:29:42 +0000
committerHauke Mehrtens <hauke@openwrt.org>2014-03-12 23:29:42 +0000
commitdb6787b5f94fdbf4f2f7f6e31528328c77115f09 (patch)
tree328b3076aa76d3266f2d5805fbd7a84f4b76c428 /target/linux/generic
parent63f0f18e5e42ef4e5d9a16eb919a007d6b64b7c2 (diff)
downloadupstream-db6787b5f94fdbf4f2f7f6e31528328c77115f09.tar.gz
upstream-db6787b5f94fdbf4f2f7f6e31528328c77115f09.tar.bz2
upstream-db6787b5f94fdbf4f2f7f6e31528328c77115f09.zip
kernel: fix 990-gpio_wdt.patch patch
This uses the correct include now. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39906 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic')
-rw-r--r--target/linux/generic/patches-3.14/990-gpio_wdt.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.14/990-gpio_wdt.patch b/target/linux/generic/patches-3.14/990-gpio_wdt.patch
index 00329e1774..203f7cf000 100644
--- a/target/linux/generic/patches-3.14/990-gpio_wdt.patch
+++ b/target/linux/generic/patches-3.14/990-gpio_wdt.patch
@@ -93,7 +93,7 @@ Signed-off-by: Mathias Adam <m.adam--openwrt@adamis.de>
+#include <linux/io.h>
+#include <linux/uaccess.h>
+#include <linux/gpio.h>
-+#include <linux/gpio_wdt.h>
++#include <linux/old_gpio_wdt.h>
+
+static int ticks = 100 * HZ;
+