From: Paul Walmsley Date: Mon, 27 Aug 2007 08:38:59 +0000 (-0600) Subject: omap2 clock: mark onchip_clksas __initdata X-Git-Tag: v2.6.23-omap1~124 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=01f7dce29aebac8ff9330d239b015c06559d8cef;p=linux-2.6-omap-h63xx.git omap2 clock: mark onchip_clksas __initdata The onchip_clks array is only used during init, so, mark it __initdata. Signed-off-by: Paul Walmsley Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock.h index b7faf9d3345..99ce5968f28 100644 --- a/arch/arm/mach-omap2/clock.h +++ b/arch/arm/mach-omap2/clock.h @@ -1988,7 +1988,7 @@ static struct clk virt_prcm_set = { .round_rate = &omap2_round_to_table_rate, }; -static struct clk *onchip_clks[] = { +static struct clk *onchip_clks[] __initdata = { /* external root sources */ &func_32k_ck, &osc_ck,