From: Hauke Mehrtens Date: Wed, 12 Mar 2014 23:29:42 +0000 (+0000) Subject: kernel: fix 990-gpio_wdt.patch patch X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fyousong.git;a=commitdiff_plain;h=fbb5b8af8e8ba9f5cf90205972247b2080a1e0b2 kernel: fix 990-gpio_wdt.patch patch This uses the correct include now. Signed-off-by: Hauke Mehrtens SVN-Revision: 39906 --- 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; +