projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix a typo in kmod-crypto-test
[openwrt.git]
/
target
/
linux
/
au1000
/
patches
/
016-watchdog_pdev_gpio.patch
diff --git
a/target/linux/au1000/patches/016-watchdog_pdev_gpio.patch
b/target/linux/au1000/patches/016-watchdog_pdev_gpio.patch
index
ea162f1
..
321563a
100644
(file)
--- a/
target/linux/au1000/patches/016-watchdog_pdev_gpio.patch
+++ b/
target/linux/au1000/patches/016-watchdog_pdev_gpio.patch
@@
-1,7
+1,7
@@
-diff --git a/drivers/
char/watchdog/mtx-1_wdt.c b/drivers/char
/watchdog/mtx-1_wdt.c
+diff --git a/drivers/
watchdog/mtx-1_wdt.c b/drivers
/watchdog/mtx-1_wdt.c
index dcfd401..5d8c51f 100644
index dcfd401..5d8c51f 100644
---- a/drivers/
char/
watchdog/mtx-1_wdt.c
-+++ b/drivers/
char/
watchdog/mtx-1_wdt.c
+--- a/drivers/watchdog/mtx-1_wdt.c
++++ b/drivers/watchdog/mtx-1_wdt.c
@@ -45,10 +45,13 @@
#include <linux/completion.h>
#include <linux/jiffies.h>
@@ -45,10 +45,13 @@
#include <linux/completion.h>
#include <linux/jiffies.h>
This page took
0.021112 seconds
and
4
git commands to generate.