diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-03-12 23:29:42 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-03-12 23:29:42 +0000 |
commit | fbb5b8af8e8ba9f5cf90205972247b2080a1e0b2 (patch) | |
tree | 3dcc77105ac762b2f5fd913a33fa7cd0929dcbff /target/linux/generic/patches-3.14/990-gpio_wdt.patch | |
parent | 00dc53dd2e16be37df7acece5da6e42a8cce4ac9 (diff) | |
download | upstream-fbb5b8af8e8ba9f5cf90205972247b2080a1e0b2.tar.gz upstream-fbb5b8af8e8ba9f5cf90205972247b2080a1e0b2.tar.bz2 upstream-fbb5b8af8e8ba9f5cf90205972247b2080a1e0b2.zip |
kernel: fix 990-gpio_wdt.patch patch
This uses the correct include now.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39906
Diffstat (limited to 'target/linux/generic/patches-3.14/990-gpio_wdt.patch')
-rw-r--r-- | target/linux/generic/patches-3.14/990-gpio_wdt.patch | 2 |
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; + |