From: hauke Date: Wed, 12 Mar 2014 23:29:42 +0000 (+0000) Subject: kernel: fix 990-gpio_wdt.patch patch X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=5d241ffe34ce228e9c341d1162a0a4a7e57e7b18 kernel: fix 990-gpio_wdt.patch patch This uses the correct include now. Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39906 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 +#include +#include +#include -+#include ++#include + +static int ticks = 100 * HZ; +