projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28fd2d3
)
[ARM] S3C64XX: Fix section mismatch for s3c64xx_register_clocks()
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Mon, 26 Jan 2009 19:12:01 +0000
(19:12 +0000)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/arch/arm/plat-s3c64xx/clock.c
b/arch/arm/plat-s3c64xx/clock.c
index 136c982c68e1b92099bbd1d3b28691dbdac8ba51..ad1b9682c9c3457b32470f3f1bcfd23da1de0811 100644
(file)
--- a/
arch/arm/plat-s3c64xx/clock.c
+++ b/
arch/arm/plat-s3c64xx/clock.c
@@
-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;