projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
tl-wr1043nd: Register missing leds.
[openwrt.git]
/
target
/
linux
/
adm5120
/
files
/
drivers
/
watchdog
/
adm5120_wdt.c
diff --git
a/target/linux/adm5120/files/drivers/watchdog/adm5120_wdt.c
b/target/linux/adm5120/files/drivers/watchdog/adm5120_wdt.c
index
cddb172
..
e92a898
100644
(file)
--- a/
target/linux/adm5120/files/drivers/watchdog/adm5120_wdt.c
+++ b/
target/linux/adm5120/files/drivers/watchdog/adm5120_wdt.c
@@
-12,20
+12,18
@@
* 2 of the License, or (at your option) any later version.
*
*/
* 2 of the License, or (at your option) any later version.
*
*/
-
#include <linux/module.h>
#include <linux/types.h>
#include <linux/fs.h>
#include <linux/miscdevice.h>
#include <linux/watchdog.h>
#include <linux/module.h>
#include <linux/types.h>
#include <linux/fs.h>
#include <linux/miscdevice.h>
#include <linux/watchdog.h>
+#include <linux/irq.h>
#include <asm/bootinfo.h>
#include <asm/bootinfo.h>
-#include <adm5120_info.h>
-#include <adm5120_defs.h>
-#include <adm5120_irq.h>
-#include <adm5120_switch.h>
-
+#include <asm/mach-adm5120/adm5120_info.h>
+#include <asm/mach-adm5120/adm5120_defs.h>
+#include <asm/mach-adm5120/adm5120_switch.h>
#define DEFAULT_TIMEOUT 15 /* (secs) Default is 15 seconds */
#define MAX_TIMEOUT 327
#define DEFAULT_TIMEOUT 15 /* (secs) Default is 15 seconds */
#define MAX_TIMEOUT 327
This page took
0.024493 seconds
and
4
git commands to generate.