Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 789b4ad3 authored by Mark Brown's avatar Mark Brown Committed by Ben Dooks
Browse files

[ARM] S3C64XX: Fix section mismatch for s3c64xx_register_clocks()

parent 28fd2d39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;