]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitbd9cd34f1d39aedb653d4b5ca42f2e19692209a4
treeec297b5dad11f926ae34a8fa1b2950972e5f345e
parentc857e56c6fdd08a0e16b989f8a2cfce5e79eae7a
[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