commit | 552e4299485bde5ef5c539348d2962c1d2addd5a | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Tue Feb 21 01:27:20 2012 -0800 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Wed Feb 22 13:29:29 2012 -0800 |
tree | 3a5b40ceb31bd7ef47de44b98ce6acea1070d4cd | |
parent | 4f11b8178fadbd077e0e5ce7a15b25cc81cb0c44 [diff] |
msm: io: Fix section mismatch warnings WARNING: vmlinux.o(.text+0x15788): Section mismatch in reference from the function msm_map_io() to the function .init.text:iotable_init() The function msm_map_io() references the function __init iotable_init(). This is often because msm_map_io lacks a __init annotation or the annotation of iotable_init is wrong. Change-Id: Iff5c48cdfe9fc2ada46566a44803765ed2e6a80b Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>