diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-02-07 11:41:34 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-02-13 11:00:38 +0100 |
commit | e3958fe05d78643ec6c0e651747b59361553a840 (patch) | |
tree | 33a6a0bd4dd92a91d1cb761ca61283ac90259dff /kernel/range.c | |
parent | ARM: omap: fix section mismatch warning for omap_secondary_startup() (diff) | |
download | linux-e3958fe05d78643ec6c0e651747b59361553a840.tar.xz linux-e3958fe05d78643ec6c0e651747b59361553a840.zip |
ARM: omap: fix section mismatch error for omap_4430sdp_display_init()
WARNING: arch/arm/mach-omap2/built-in.o(.text+0xb798): Section mismatch in reference from the function omap_4430sdp_display_init() to the function .init.text:omap_display_init()
The function omap_4430sdp_display_init() references
the function __init omap_display_init().
This is often because omap_4430sdp_display_init lacks a __init
annotation or the annotation of omap_display_init is wrong.
Fix this by adding __init to omap_4430sdp_display_init().
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'kernel/range.c')
0 files changed, 0 insertions, 0 deletions