summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/board-igep0020.c
diff options
context:
space:
mode:
authorIgor Grinberg <grinberg@compulab.co.il>2012-03-26 16:51:10 +0200
committerTony Lindgren <tony@atomide.com>2012-04-03 11:08:37 -0700
commit1512f0dbfb9e355bc451fc6ded815a79d00bc6f3 (patch)
tree34b65d65a61d5849f916dc7fd58938b6baeb379c /arch/arm/mach-omap2/board-igep0020.c
parentb7782d3f08b69bea64ed639284b5be948f63c6df (diff)
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>
Diffstat (limited to 'arch/arm/mach-omap2/board-igep0020.c')
0 files changed, 0 insertions, 0 deletions