ARM: S3C64XX: Combine the clock init code
authorBen Dooks <ben-linux@fluff.org>
Tue, 26 Jan 2010 06:10:38 +0000 (15:10 +0900)
committerBen Dooks <ben-linux@fluff.org>
Sat, 20 Feb 2010 22:34:02 +0000 (22:34 +0000)
commit55bf9267dd628c9369674ca75f5b00e275529289
treef138ba2458981f554dafc6d04798fe16b466d5f7
parent62acb2f82dc27cd40729e7d4c2879e57fe41b927
ARM: S3C64XX: Combine the clock init code

Turn the init sequence of
s3c24xx_register_baseclocks(xtal);
s3c64xx_register_clocks();
s3c6400_register_clocks(S3C6410_CLKDIV0_ARM_MASK);

into a single call as this is now contained within one file.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c64xx/clock.c
arch/arm/mach-s3c64xx/include/mach/s3c6400.h
arch/arm/mach-s3c64xx/s3c6400.c
arch/arm/mach-s3c64xx/s3c6410.c
arch/arm/plat-samsung/include/plat/clock.h