]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/char/watchdog/s3c2410_wdt.c
[WATCHDOG] s3c2410_wdt: fixup after arch include moves
[karo-tx-linux.git] / drivers / char / watchdog / s3c2410_wdt.c
index 50430bced2f26c8ddf8b684327e5e02dcd058de3..5d1c15f83d233a9691e3409f9945a39a092c71ca 100644 (file)
 
 #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: "