diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-30 13:14:32 +0300 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-10-30 13:17:12 +0300 |
commit | 180ee700ddfcc882d90410d979a4b3a804380ed2 (patch) | |
tree | 2b23495de69ee956c0245f6f15e003ea57ee7779 /drivers/watchdog/s3c2410_wdt.c | |
parent | e946217e4fdaa67681bbabfa8e6b18641921f750 (diff) | |
download | linux-180ee700ddfcc882d90410d979a4b3a804380ed2.tar.xz |
[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: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'drivers/watchdog/s3c2410_wdt.c')
-rw-r--r-- | drivers/watchdog/s3c2410_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/s3c2410_wdt.c b/drivers/watchdog/s3c2410_wdt.c index 86d42801de45..13a4b178b8cc 100644 --- a/drivers/watchdog/s3c2410_wdt.c +++ b/drivers/watchdog/s3c2410_wdt.c @@ -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: " |