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)
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>

No differences found