From 01f7dce29aebac8ff9330d239b015c06559d8cef Mon Sep 17 00:00:00 2001 From: Paul Walmsley Date: Mon, 27 Aug 2007 02:38:59 -0600 Subject: [PATCH] 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 --- arch/arm/mach-omap2/clock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.41.1