diff options
Diffstat (limited to 'arch/arm/mach-mx3/clock-imx35.c')
| -rw-r--r-- | arch/arm/mach-mx3/clock-imx35.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx3/clock-imx35.c b/arch/arm/mach-mx3/clock-imx35.c index 53a112d4e04..3c1e06f56dd 100644 --- a/arch/arm/mach-mx3/clock-imx35.c +++ b/arch/arm/mach-mx3/clock-imx35.c @@ -404,7 +404,7 @@ DEFINE_CLOCK(gpu2d_clk,  0, CCM_CGR3,  4, NULL, NULL);  		.clk = &c,		\  	}, -static struct clk_lookup lookups[] __initdata = { +static struct clk_lookup lookups[] = {  	_REGISTER_CLOCK(NULL, "asrc", asrc_clk)  	_REGISTER_CLOCK(NULL, "ata", ata_clk)  	_REGISTER_CLOCK(NULL, "audmux", audmux_clk)  |