diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-26 02:47:41 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-01 12:56:04 -0500 |
commit | 58bac7b8ded70c39bcd5f7037091051c277618aa (patch) | |
tree | 68fab2208ee756748a116ec39de1655923532d95 /arch/arm/plat-s3c24xx/cpu.c | |
parent | 70556b143ae4cf404a73c2461a6bf7fef3fefbf7 (diff) |
ARM: S3C24XX: Move S3C2440/S3C2442 plat-s3c24xx support to mach-s3c2440
Remove the old common S3C2440 and S3C2442 SoC support from plat-s3c24xx
into mach-s3c2440 now this directory is serving both SoCs.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c24xx/cpu.c')
-rw-r--r-- | arch/arm/plat-s3c24xx/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c24xx/cpu.c b/arch/arm/plat-s3c24xx/cpu.c index 4af9dd948793..6ecf87af9602 100644 --- a/arch/arm/plat-s3c24xx/cpu.c +++ b/arch/arm/plat-s3c24xx/cpu.c | |||
@@ -49,7 +49,7 @@ | |||
49 | #include <plat/s3c2400.h> | 49 | #include <plat/s3c2400.h> |
50 | #include <plat/s3c2410.h> | 50 | #include <plat/s3c2410.h> |
51 | #include <plat/s3c2412.h> | 51 | #include <plat/s3c2412.h> |
52 | #include "s3c244x.h" | 52 | #include <plat/s3c244x.h> |
53 | #include <plat/s3c2440.h> | 53 | #include <plat/s3c2440.h> |
54 | #include <plat/s3c2442.h> | 54 | #include <plat/s3c2442.h> |
55 | #include <plat/s3c2443.h> | 55 | #include <plat/s3c2443.h> |