dect
/
linux-2.6
Archived
13
0
Fork 0

[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 <ben-linux@fluff.org>
This commit is contained in:
Ben Dooks 2007-07-24 13:28:01 +01:00 committed by Wim Van Sebroeck
parent 4e24f4edb6
commit b430708ad6
1 changed files with 3 additions and 3 deletions

View File

@ -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: "