[ARM] S3C64XX: Fix section mismatch for s3c64xx_register_clocks()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 26 Jan 2009 19:12:01 +0000 (19:12 +0000)
committerBen Dooks <ben-linux@fluff.org>
Thu, 26 Feb 2009 23:16:38 +0000 (23:16 +0000)
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/plat-s3c64xx/clock.c

index 136c982..ad1b968 100644 (file)
@@ -248,7 +248,7 @@ static struct clk *clks[] __initdata = {
        &clk_48m,
 };
 
-void s3c64xx_register_clocks(void)
+void __init s3c64xx_register_clocks(void)
 {
        struct clk *clkp;
        int ret;