diff options
author | Igor Grinberg <[email protected]> | 2012-03-26 16:51:10 +0200 |
---|---|---|
committer | Tony Lindgren <[email protected]> | 2012-04-03 11:08:37 -0700 |
commit | 1512f0dbfb9e355bc451fc6ded815a79d00bc6f3 (patch) | |
tree | 34b65d65a61d5849f916dc7fd58938b6baeb379c /net/lapb/lapb_iface.c | |
parent | b7782d3f08b69bea64ed639284b5be948f63c6df (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 <[email protected]>
Reviewed-by: Shubhrajyoti D <[email protected]>
Acked-by: Felipe Balbi <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions