* [PATCH] s3c2410_wdt: fixup after arch include moves
@ 2007-07-24 12:28 Ben Dooks
2007-07-24 21:26 ` Wim Van Sebroeck
0 siblings, 1 reply; 2+ messages in thread
From: Ben Dooks @ 2007-07-24 12:28 UTC (permalink / raw)
To: linux-kernel; +Cc: wim
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>
diff -urpN -X linux-2.6.22-git16-moves1/Documentation/dontdiff linux-2.6.22-git16-moves1/drivers/char/watchdog/s3c2410_wdt.c linux-2.6.22-git16-moves1-fixups-split-moves2-fixup/drivers/char/watchdog/s3c2410_wdt.c
--- linux-2.6.22-git16-moves1/drivers/char/watchdog/s3c2410_wdt.c 2007-07-21 15:13:27.000000000 +0100
+++ linux-2.6.22-git16-moves1-fixups-split-moves2-fixup/drivers/char/watchdog/s3c2410_wdt.c 2007-07-22 13:49:14.000000000 +0100
@@ -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: "
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] s3c2410_wdt: fixup after arch include moves
2007-07-24 12:28 [PATCH] s3c2410_wdt: fixup after arch include moves Ben Dooks
@ 2007-07-24 21:26 ` Wim Van Sebroeck
0 siblings, 0 replies; 2+ messages in thread
From: Wim Van Sebroeck @ 2007-07-24 21:26 UTC (permalink / raw)
To: Ben Dooks; +Cc: linux-kernel
Hi Ben,
> 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>
Patch added to the linux-2.6-watchdog trees.
Greetings,
Wim.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-24 21:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-24 12:28 [PATCH] s3c2410_wdt: fixup after arch include moves Ben Dooks
2007-07-24 21:26 ` Wim Van Sebroeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox