Skip to content

Commit

Permalink
[WATCHDOG] s3c2410_wdt: fixup after arch include moves
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Dooks authored and Wim Van Sebroeck committed Jul 24, 2007
1 parent 4e24f4e commit b430708
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/char/watchdog/s3c2410_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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: "

Expand Down

0 comments on commit b430708

Please sign in to comment.