Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 180ee700 authored by Ben Dooks's avatar Ben Dooks
Browse files

[ARM] S3C: Move regs-watchdog.h to arch/arm/plat-s3c/include/plat



Move  regs-watchdog.h to arch/arm/plat-s3c/include/plat ready
to clean out the old include directories

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent e946217e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -13,7 +13,7 @@
#include <mach/hardware.h>
#include <mach/hardware.h>
#include <linux/io.h>
#include <linux/io.h>


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


#include <linux/clk.h>
#include <linux/clk.h>
+1 −1
Original line number Original line Diff line number Diff line
@@ -28,7 +28,7 @@ static void arch_detect_cpu(void);
/* defines for UART registers */
/* defines for UART registers */


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


/* working in physical space... */
/* working in physical space... */
#undef S3C2410_WDOGREG
#undef S3C2410_WDOGREG
+1 −1
Original line number Original line Diff line number Diff line
@@ -42,7 +42,7 @@
#undef S3C_VA_WATCHDOG
#undef S3C_VA_WATCHDOG
#define S3C_VA_WATCHDOG (0)
#define S3C_VA_WATCHDOG (0)


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


#define PFX "s3c2410-wdt: "
#define PFX "s3c2410-wdt: "