diff options
author | Igor Grinberg <grinberg@compulab.co.il> | 2012-03-26 16:51:10 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-04-03 20:08:37 +0200 |
commit | 1512f0dbfb9e355bc451fc6ded815a79d00bc6f3 (patch) | |
tree | 34b65d65a61d5849f916dc7fd58938b6baeb379c /Documentation | |
parent | ARM: OMAP2+: Fix omap2+ build error (diff) | |
download | linux-1512f0dbfb9e355bc451fc6ded815a79d00bc6f3.tar.xz linux-1512f0dbfb9e355bc451fc6ded815a79d00bc6f3.zip |
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 'Documentation')
0 files changed, 0 insertions, 0 deletions