diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-02-07 11:18:34 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-02-13 11:00:36 +0100 |
commit | 27d8d3bf06c574b8bc88d1cf50ed3e3b2c40935b (patch) | |
tree | 51ec9fe9816b80727ae3425ebe9b5c31e060d2b3 /arch/arm/mach-omap2/board-4430sdp.c | |
parent | ARM: omap: fix section mismatch errors in TWL PMIC driver (diff) | |
download | linux-27d8d3bf06c574b8bc88d1cf50ed3e3b2c40935b.tar.xz linux-27d8d3bf06c574b8bc88d1cf50ed3e3b2c40935b.zip |
ARM: omap: fix section mismatch warning in mux.c
WARNING: arch/arm/mach-omap2/built-in.o(.text+0x15a4): Section mismatch in reference from the function omap_mux_init_signals() to the function .init.text:omap_mux_init_signal()
The function omap_mux_init_signals() references
the function __init omap_mux_init_signal().
This is often because omap_mux_init_signals lacks a __init
annotation or the annotation of omap_mux_init_signal is wrong.
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions