kernel: fix 990-gpio_wdt.patch patch
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 12 Mar 2014 23:29:42 +0000 (23:29 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 12 Mar 2014 23:29:42 +0000 (23:29 +0000)
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

target/linux/generic/patches-3.14/990-gpio_wdt.patch

index 00329e1..203f7cf 100644 (file)
@@ -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;
 +