[RFT/RFC/PATCH 01/10] arm: omap1: clock: fix section mismatch

2009-12-02 Thread Felipe Balbi
omap1_clk_functions was only used by omap1_clk_init() which sits in __init section, so make omap1_clock_functions be __initdata to avoid the section mismatch. Signed-off-by: Felipe Balbi --- arch/arm/mach-omap1/clock.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arc

[RFT/RFC/PATCH 01/10] arm: omap1: clock: fix section mismatch

2009-12-02 Thread Felipe Balbi
omap1_clk_functions was only used by omap1_clk_init() which sits in __init section, so make omap1_clock_functions be __initdata to avoid the section mismatch. Signed-off-by: Felipe Balbi --- arch/arm/mach-omap1/clock.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arc