From: Ben Dooks Date: Tue, 24 Jul 2007 12:28:01 +0000 (+0100) Subject: [WATCHDOG] s3c2410_wdt: fixup after arch include moves X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b430708ad67f9325dadd7a86e007e353ab7e5acd;p=linux-beck.git [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 --- diff --git a/drivers/char/watchdog/s3c2410_wdt.c b/drivers/char/watchdog/s3c2410_wdt.c index 50430bced2f2..5d1c15f83d23 100644 --- a/drivers/char/watchdog/s3c2410_wdt.c +++ b/drivers/char/watchdog/s3c2410_wdt.c @@ -52,10 +52,10 @@ #include -#undef S3C24XX_VA_WATCHDOG -#define S3C24XX_VA_WATCHDOG (0) +#undef S3C_VA_WATCHDOG +#define S3C_VA_WATCHDOG (0) -#include +#include #define PFX "s3c2410-wdt: "