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

authored by Rabin Vincent and committed by Russell King a93ea9b3 982db663

+1 -1
+1 -1
arch/arm/mach-integrator/core.c
··· 121 121 .rate = 14745600, 122 122 }; 123 123 124 - static struct clk_lookup lookups[] __initdata = { 124 + static struct clk_lookup lookups[] = { 125 125 { /* UART0 */ 126 126 .dev_id = "mb:16", 127 127 .clk = &uartclk,