mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-26 00:22:47 +00:00
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
This commit is contained in:
parent
00dc53dd2e
commit
fbb5b8af8e
@ -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;
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user