Skip to content

Commit

Permalink
[ARM] S3C: Move regs-watchdog.h to arch/arm/plat-s3c/include/plat
Browse files Browse the repository at this point in the history
Move  regs-watchdog.h to arch/arm/plat-s3c/include/plat ready
to clean out the old include directories

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks committed Oct 30, 2008
1 parent e946217 commit 180ee70
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2410/include/mach/system-reset.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <mach/hardware.h>
#include <linux/io.h>

#include <asm/plat-s3c/regs-watchdog.h>
#include <plat/regs-watchdog.h>
#include <mach/regs-clock.h>

#include <linux/clk.h>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion arch/arm/plat-s3c/include/plat/uncompress.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static void arch_detect_cpu(void);
/* defines for UART registers */

#include <plat/regs-serial.h>
#include <asm/plat-s3c/regs-watchdog.h>
#include <plat/regs-watchdog.h>

/* working in physical space... */
#undef S3C2410_WDOGREG
Expand Down
2 changes: 1 addition & 1 deletion drivers/watchdog/s3c2410_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#undef S3C_VA_WATCHDOG
#define S3C_VA_WATCHDOG (0)

#include <asm/plat-s3c/regs-watchdog.h>
#include <plat/regs-watchdog.h>

#define PFX "s3c2410-wdt: "

Expand Down

0 comments on commit 180ee70

Please sign in to comment.