[ARM] 5518/1: versatile: don't put clock lookups in __initdata
authorRabin Vincent <rabin@rab.in>
Mon, 18 May 2009 16:29:30 +0000 (17:29 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 18 May 2009 16:43:06 +0000 (17:43 +0100)
commit982db66352d31892f624390cfb64a1cea5df765a
treeec297b5dad11f926ae34a8fa1b2950972e5f345e
parent8190b37f6483fedc530110d8c7d710d1c0317ba4
[ARM] 5518/1: versatile: 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-versatile/core.c