Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b430708ad67f9325dadd7a86e007e353ab7e5acd
Commit:     b430708ad67f9325dadd7a86e007e353ab7e5acd
Parent:     4e24f4edb6e04677c04fc5b456eb4be95d93f2cd
Author:     Ben Dooks <[EMAIL PROTECTED]>
AuthorDate: Tue Jul 24 13:28:01 2007 +0100
Committer:  Wim Van Sebroeck <[EMAIL PROTECTED]>
CommitDate: Tue Jul 24 17:08:14 2007 +0000

    [WATCHDOG] s3c2410_wdt: fixup after arch include moves
    
    Fixup the s3c2410 watchdog driver after moving some
    of the arch specific includes it has been relying on.
    
    Signed-off-by: Ben Dooks <[EMAIL PROTECTED]>
---
 drivers/char/watchdog/s3c2410_wdt.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/char/watchdog/s3c2410_wdt.c 
b/drivers/char/watchdog/s3c2410_wdt.c
index 50430bc..5d1c15f 100644
--- a/drivers/char/watchdog/s3c2410_wdt.c
+++ b/drivers/char/watchdog/s3c2410_wdt.c
@@ -52,10 +52,10 @@
 
 #include <asm/arch/map.h>
 
-#undef S3C24XX_VA_WATCHDOG
-#define S3C24XX_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: "
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to