From: Igor Grinberg Date: Mon, 26 Mar 2012 14:51:10 +0000 (+0200) Subject: ARM: OMAP: fix section mismatches in usb-host.c X-Git-Tag: v3.4-rc2~12^2~4^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1512f0dbfb9e355bc451fc6ded815a79d00bc6f3;p=pandora-kernel.git 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 Reviewed-by: Shubhrajyoti D Acked-by: Felipe Balbi Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed