mx[23]: don't put clock lookups in __initdata
authorRabin Vincent <rabin@rab.in>
Tue, 26 May 2009 17:01:46 +0000 (22:31 +0530)
committerSascha Hauer <s.hauer@pengutronix.de>
Wed, 3 Jun 2009 09:51:06 +0000 (11:51 +0200)
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>

No differences found