diff options
Diffstat (limited to 'arch/arm/plat-s3c64xx/s3c6400-init.c')
-rw-r--r-- | arch/arm/plat-s3c64xx/s3c6400-init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-s3c64xx/s3c6400-init.c b/arch/arm/plat-s3c64xx/s3c6400-init.c index 6c28f39df097..e64caa4d02d9 100644 --- a/arch/arm/plat-s3c64xx/s3c6400-init.c +++ b/arch/arm/plat-s3c64xx/s3c6400-init.c | |||
@@ -18,8 +18,8 @@ | |||
18 | 18 | ||
19 | #include <plat/cpu.h> | 19 | #include <plat/cpu.h> |
20 | #include <plat/devs.h> | 20 | #include <plat/devs.h> |
21 | #include <plat/s3c6400.h> | 21 | #include <mach/s3c6400.h> |
22 | #include <plat/s3c6410.h> | 22 | #include <mach/s3c6410.h> |
23 | 23 | ||
24 | /* uart registration process */ | 24 | /* uart registration process */ |
25 | 25 | ||