Skip to content
  • Russell King's avatar
    ARM: omap: fix section mismatch warnings in mux.c caused by hsmmc.c · 8930b4e3
    Russell King authored
    
    
    The previous commit causes new section mismatch warnings:
    
    WARNING: arch/arm/mach-omap2/built-in.o(.text+0xdb30): Section mismatch in reference from the function omap_init_hsmmc() to the function .init.text:omap_mux_init_gpio()
    The function omap_init_hsmmc() references
    the function __init omap_mux_init_gpio().
    This is often because omap_init_hsmmc lacks a __init
    annotation or the annotation of omap_mux_init_gpio is wrong.
    
    WARNING: arch/arm/mach-omap2/built-in.o(.text+0xdb4c): Section mismatch in reference from the function omap_init_hsmmc() to the function .init.text:omap_mux_init_gpio()
    The function omap_init_hsmmc() references
    the function __init omap_mux_init_gpio().
    This is often because omap_init_hsmmc lacks a __init
    annotation or the annotation of omap_mux_init_gpio is wrong.
    
    WARNING: arch/arm/mach-omap2/built-in.o(.text+0xdb60): Section mismatch in reference from the function omap_init_hsmmc() to the function .init.text:omap_mux_init_signal()
    The function omap_init_hsmmc() references
    the function __init omap_mux_init_signal().
    This is often because omap_init_hsmmc lacks a __init
    annotation or the annotation of omap_mux_init_signal is wrong.
    
    WARNING: arch/arm/mach-omap2/built-in.o(.text+0xdb6c): Section mismatch in reference from the function omap_init_hsmmc() to the function .init.text:omap_mux_init_signal()
    The function omap_init_hsmmc() references
    the function __init omap_mux_init_signal().
    This is often because omap_init_hsmmc lacks a __init
    annotation or the annotation of omap_mux_init_signal is wrong.
    
    WARNING: arch/arm/mach-omap2/built-in.o(.text+0xdb78): Section mismatch in reference from the function omap_init_hsmmc() to the function .init.text:omap_mux_init_signal()
    The function omap_init_hsmmc() references
    the function __init omap_mux_init_signal().
    This is often because omap_init_hsmmc lacks a __init
    annotation or the annotation of omap_mux_init_signal is wrong.
    
    WARNING: arch/arm/mach-omap2/built-in.o(.text+0xdb90): Section mismatch in reference from the function omap_init_hsmmc() to the function .init.text:omap_mux_init_signal()
    The function omap_init_hsmmc() references
    the function __init omap_mux_init_signal().
    This is often because omap_init_hsmmc lacks a __init
    annotation or the annotation of omap_mux_init_signal is wrong.
    
    WARNING: arch/arm/mach-omap2/built-in.o(.text+0xdb9c): Section mismatch in reference from the function omap_init_hsmmc() to the function .init.text:omap_mux_init_signal()
    The function omap_init_hsmmc() references
    the function __init omap_mux_init_signal().
    This is often because omap_init_hsmmc lacks a __init
    annotation or the annotation of omap_mux_init_signal is wrong.
    
    WARNING: arch/arm/mach-omap2/built-in.o(.text+0xdba8): Section mismatch in reference from the function omap_init_hsmmc() to the function .init.text:omap_mux_init_signal()
    The function omap_init_hsmmc() references
    the function __init omap_mux_init_signal().
    This is often because omap_init_hsmmc lacks a __init
    annotation or the annotation of omap_mux_init_signal is wrong.
    
    WARNING: arch/arm/mach-omap2/built-in.o(.text+0xdbc0): Section mismatch in reference from the function omap_init_hsmmc() to the function .init.text:omap_mux_init_signal()
    The function omap_init_hsmmc() references
    the function __init omap_mux_init_signal().
    This is often because omap_init_hsmmc lacks a __init
    annotation or the annotation of omap_mux_init_signal is wrong.
    
    WARNING: arch/arm/mach-omap2/built-in.o(.text+0xdbcc): Section mismatch in reference from the function omap_init_hsmmc() to the function .init.text:omap_mux_init_signal()
    The function omap_init_hsmmc() references
    the function __init omap_mux_init_signal().
    This is often because omap_init_hsmmc lacks a __init
    annotation or the annotation of omap_mux_init_signal is wrong.
    
    WARNING: arch/arm/mach-omap2/built-in.o(.text+0xdbd8): Section mismatch in reference from the function omap_init_hsmmc() to the function .init.text:omap_mux_init_signal()
    The function omap_init_hsmmc() references
    the function __init omap_mux_init_signal().
    This is often because omap_init_hsmmc lacks a __init
    annotation or the annotation of omap_mux_init_signal is wrong.
    
    WARNING: arch/arm/mach-omap2/built-in.o(.text+0xdbf8): Section mismatch in reference from the function omap_init_hsmmc() to the function .init.text:omap_mux_init_signal()
    The function omap_init_hsmmc() references
    the function __init omap_mux_init_signal().
    This is often because omap_init_hsmmc lacks a __init
    annotation or the annotation of omap_mux_init_signal is wrong.
    
    WARNING: arch/arm/mach-omap2/built-in.o(.text+0xdc04): Section mismatch in reference from the function omap_init_hsmmc() to the function .init.text:omap_mux_init_signal()
    The function omap_init_hsmmc() references
    the function __init omap_mux_init_signal().
    This is often because omap_init_hsmmc lacks a __init
    annotation or the annotation of omap_mux_init_signal is wrong.
    
    WARNING: arch/arm/mach-omap2/built-in.o(.text+0xdc10): Section mismatch in reference from the function omap_init_hsmmc() to the function .init.text:omap_mux_init_signal()
    The function omap_init_hsmmc() references
    the function __init omap_mux_init_signal().
    This is often because omap_init_hsmmc lacks a __init
    annotation or the annotation of omap_mux_init_signal is wrong.
    
    WARNING: arch/arm/mach-omap2/built-in.o(.text+0xdc28): Section mismatch in reference from the function omap_init_hsmmc() to the function .init.text:omap_mux_init_signal()
    The function omap_init_hsmmc() references
    the function __init omap_mux_init_signal().
    This is often because omap_init_hsmmc lacks a __init
    annotation or the annotation of omap_mux_init_signal is wrong.
    
    WARNING: arch/arm/mach-omap2/built-in.o(.text+0xdc34): Section mismatch in reference from the function omap_init_hsmmc() to the function .init.text:omap_mux_init_signal()
    The function omap_init_hsmmc() references
    the function __init omap_mux_init_signal().
    This is often because omap_init_hsmmc lacks a __init
    annotation or the annotation of omap_mux_init_signal is wrong.
    
    WARNING: arch/arm/mach-omap2/built-in.o(.text+0xdc40): Section mismatch in reference from the function omap_init_hsmmc() to the function .init.text:omap_mux_init_signal()
    The function omap_init_hsmmc() references
    the function __init omap_mux_init_signal().
    This is often because omap_init_hsmmc lacks a __init
    annotation or the annotation of omap_mux_init_signal is wrong.
    
    WARNING: arch/arm/mach-omap2/built-in.o(.text+0xdc58): Section mismatch in reference from the function omap_init_hsmmc() to the function .init.text:omap_mux_init_signal()
    The function omap_init_hsmmc() references
    the function __init omap_mux_init_signal().
    This is often because omap_init_hsmmc lacks a __init
    annotation or the annotation of omap_mux_init_signal is wrong.
    
    WARNING: arch/arm/mach-omap2/built-in.o(.text+0xdc64): Section mismatch in reference from the function omap_init_hsmmc() to the function .init.text:omap_mux_init_signal()
    The function omap_init_hsmmc() references
    the function __init omap_mux_init_signal().
    This is often because omap_init_hsmmc lacks a __init
    annotation or the annotation of omap_mux_init_signal is wrong.
    
    WARNING: arch/arm/mach-omap2/built-in.o(.text+0xdc70): Section mismatch in reference from the function omap_init_hsmmc() to the function .init.text:omap_mux_init_signal()
    The function omap_init_hsmmc() references
    the function __init omap_mux_init_signal().
    This is often because omap_init_hsmmc lacks a __init
    annotation or the annotation of omap_mux_init_signal is wrong.
    
    WARNING: arch/arm/mach-omap2/built-in.o(.text+0xdc7c): Section mismatch in reference from the function omap_init_hsmmc() to the function .init.text:omap_mux_init_signal()
    The function omap_init_hsmmc() references
    the function __init omap_mux_init_signal().
    This is often because omap_init_hsmmc lacks a __init
    annotation or the annotation of omap_mux_init_signal is wrong.
    
    Again, as for omap2_hsmmc_init(), these functions are callable at
    runtime via the gpio-twl4030.c driver, and so these can't be marked
    __init.
    
    Acked-by: default avatarTony Lindgren <tony@atomide.com>
    Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
    8930b4e3