ARM: OMAP: fix section mismatches in usb-host.c
authorIgor Grinberg <grinberg@compulab.co.il>
Mon, 26 Mar 2012 14:51:10 +0000 (16:51 +0200)
committerTony Lindgren <tony@atomide.com>
Tue, 3 Apr 2012 18:08:37 +0000 (11:08 -0700)
Fix the below section mismatch warning and alike:

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

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Reviewed-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found