[ARM] 5517/1: integrator: don't put clock lookups in __initdata
authorRabin Vincent <rabin@rab.in>
Mon, 18 May 2009 16:26:08 +0000 (17:26 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 18 May 2009 16:43:16 +0000 (17:43 +0100)
commita93ea9b357a4d4fce9a1f65bf9c152fb67c30716
tree366885e63930c01b8a2c55c90feb5d6697f9f15b
parent982db66352d31892f624390cfb64a1cea5df765a
[ARM] 5517/1: integrator: 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().

Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-integrator/core.c