summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx2/clock_imx21.c
diff options
context:
space:
mode:
authorRabin Vincent <rabin@rab.in>2009-05-26 22:31:46 +0530
committerSascha Hauer <s.hauer@pengutronix.de>2009-06-03 11:51:06 +0200
commit6b4bfb87b638a4f114dfb6f72f4ac1be88a4ebe4 (patch)
tree1279ea9220d8a4d5d86b578b9a2883756a40968d /arch/arm/mach-mx2/clock_imx21.c
parente76afc4e7816a0a5300073098cdac93a994eb5ca (diff)
downloadop-kernel-dev-6b4bfb87b638a4f114dfb6f72f4ac1be88a4ebe4.zip
op-kernel-dev-6b4bfb87b638a4f114dfb6f72f4ac1be88a4ebe4.tar.gz
mx[23]: don't put clock lookups in __initdata
Remove the __initdata annotation for the clock lookups, since they will be needed when loading modules which use clk_get(). Tested-by: Agustín Ferrín Pozuelo <gatoguan-os@yahoo.com> Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2/clock_imx21.c')
-rw-r--r--arch/arm/mach-mx2/clock_imx21.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx2/clock_imx21.c b/arch/arm/mach-mx2/clock_imx21.c
index 999d013..e4b08ca 100644
--- a/arch/arm/mach-mx2/clock_imx21.c
+++ b/arch/arm/mach-mx2/clock_imx21.c
@@ -890,7 +890,7 @@ static struct clk clko_clk = {
.con_id = n, \
.clk = &c, \
},
-static struct clk_lookup lookups[] __initdata = {
+static struct clk_lookup lookups[] = {
/* It's unlikely that any driver wants one of them directly:
_REGISTER_CLOCK(NULL, "ckih", ckih_clk)
_REGISTER_CLOCK(NULL, "ckil", ckil_clk)
OpenPOWER on IntegriCloud