]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
omap2 clock: mark onchip_clksas __initdata
authorPaul Walmsley <paul@pwsan.com>
Mon, 27 Aug 2007 08:38:59 +0000 (02:38 -0600)
committerTony Lindgren <tony@atomide.com>
Fri, 31 Aug 2007 17:45:48 +0000 (10:45 -0700)
The onchip_clks array is only used during init, so, mark it __initdata.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/clock.h

index b7faf9d3345012ecc2027363ce93ebf54c69401f..99ce5968f2824826d5809ffb928314990fcc3b6a 100644 (file)
@@ -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,