ARM: S3C2443: Move parts of the clock code to common clock file
authorBen Dooks <ben-linux@fluff.org>
Wed, 28 Apr 2010 09:03:57 +0000 (18:03 +0900)
committerBen Dooks <ben-linux@fluff.org>
Mon, 10 May 2010 02:44:42 +0000 (11:44 +0900)
commitaf337f3e633a198034a99450416257ddf2307497
treee5e308a4373f4981fc0c5a6361402f29644c677d
parentd11a7d7100123d178821f82ecc11ba2d9d6e97c8
ARM: S3C2443: Move parts of the clock code to common clock file

To share code with some of the newer parts such as the S3C2416, move
parts of arch/arm/mach-s3c2443/clock.c to a common file called
arch/arm/plat-s3c24xx/s3c2443-clock.c.

Update the build configuration to deal with this new file.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c2443/Kconfig
arch/arm/mach-s3c2443/clock.c
arch/arm/plat-s3c24xx/Kconfig
arch/arm/plat-s3c24xx/Makefile
arch/arm/plat-s3c24xx/include/plat/s3c2443.h
arch/arm/plat-s3c24xx/s3c2443-clock.c [new file with mode: 0644]