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)
commit1512f0dbfb9e355bc451fc6ded815a79d00bc6f3
tree34b65d65a61d5849f916dc7fd58938b6baeb379c
parentb7782d3f08b69bea64ed639284b5be948f63c6df
ARM: OMAP: fix section mismatches in usb-host.c

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>
arch/arm/mach-omap2/usb-host.c