[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>

authored by Rabin Vincent and committed by Russell King 982db663 8190b37f

+1 -1
+1 -1
arch/arm/mach-versatile/core.c
··· 413 413 .rate = 24000000, 414 414 }; 415 415 416 - static struct clk_lookup lookups[] __initdata = { 416 + static struct clk_lookup lookups[] = { 417 417 { /* UART0 */ 418 418 .dev_id = "dev:f1", 419 419 .clk = &ref24_clk,