Skip to content
Snippets Groups Projects
Commit fbb5b8af authored by Hauke Mehrtens's avatar Hauke Mehrtens
Browse files

kernel: fix 990-gpio_wdt.patch patch


This uses the correct include now.

Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 39906
parent 00dc53dd
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ Signed-off-by: Mathias Adam <m.adam--openwrt@adamis.de> ...@@ -93,7 +93,7 @@ Signed-off-by: Mathias Adam <m.adam--openwrt@adamis.de>
+#include <linux/io.h> +#include <linux/io.h>
+#include <linux/uaccess.h> +#include <linux/uaccess.h>
+#include <linux/gpio.h> +#include <linux/gpio.h>
+#include <linux/gpio_wdt.h> +#include <linux/old_gpio_wdt.h>
+ +
+static int ticks = 100 * HZ; +static int ticks = 100 * HZ;
+ +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment