]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP1: Fix section mismatch for omap1_init_early()
authorTony Lindgren <tony@atomide.com>
Tue, 6 Mar 2012 00:11:04 +0000 (16:11 -0800)
committerTony Lindgren <tony@atomide.com>
Tue, 6 Mar 2012 00:11:04 +0000 (16:11 -0800)
commit5022112e2825f3df4145e038caf92a5c1307fab0
treea76980089ded585a2b23412ecbe53b53bbb3482b
parent1b63c6b1de6c6382cadff63138d20bda3168baf4
ARM: OMAP1: Fix section mismatch for omap1_init_early()

Fix the following warning:

WARNING: vmlinux.o(.text+0x1286c): Section mismatch in reference
from the function omap1_init_early() to the function .init.text:omap1_clk_init()
The function omap1_init_early() references
the function __init omap1_clk_init().
This is often because omap1_init_early lacks a __init
annotation or the annotation of omap1_clk_init is wrong.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/io.c