Skip to content

Commit

Permalink
[ARM] S3C64XX: Fix section mismatch for s3c64xx_register_clocks()
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Mark Brown authored and Ben Dooks committed Feb 26, 2009
1 parent 28fd2d3 commit 789b4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/plat-s3c64xx/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 789b4ad

Please sign in to comment.