projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e24f4e
)
[WATCHDOG] s3c2410_wdt: fixup after arch include moves
author
Ben Dooks
<ben-linux@fluff.org>
Tue, 24 Jul 2007 12:28:01 +0000
(13:28 +0100)
committer
Wim Van Sebroeck
<wim@iguana.be>
Tue, 24 Jul 2007 17:08:14 +0000
(17:08 +0000)
Fixup the s3c2410 watchdog driver after moving some
of the arch specific includes it has been relying on.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
drivers/char/watchdog/s3c2410_wdt.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/watchdog/s3c2410_wdt.c
b/drivers/char/watchdog/s3c2410_wdt.c
index 50430bced2f26c8ddf8b684327e5e02dcd058de3..5d1c15f83d233a9691e3409f9945a39a092c71ca 100644
(file)
--- a/
drivers/char/watchdog/s3c2410_wdt.c
+++ b/
drivers/char/watchdog/s3c2410_wdt.c
@@
-52,10
+52,10
@@
#include <asm/arch/map.h>
-#undef S3C
24XX
_VA_WATCHDOG
-#define S3C
24XX
_VA_WATCHDOG (0)
+#undef S3C_VA_WATCHDOG
+#define S3C_VA_WATCHDOG (0)
-#include <asm/
arch
/regs-watchdog.h>
+#include <asm/
plat-s3c
/regs-watchdog.h>
#define PFX "s3c2410-wdt: "