commit | 197e20bd515656d956beff649e8c44ea16f4299b | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Tue Apr 24 16:21:45 2012 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Tue Apr 24 23:54:28 2012 -0700 |
tree | 91eed45d1dec0110524d5427786034087044a601 | |
parent | 868a0786271fb77f5f75bf1fbefad2d662de07f9 [diff] |
power: smb349: Fix section mismatch WARNING: vmlinux.o(.text+0x4830fc): Section mismatch in reference from the function hwinit_worker() to the function .devinit.text:smb349_hwinit() The function hwinit_worker() references the function __devinit smb349_hwinit(). This is often because hwinit_worker lacks a __devinit annotation or the annotation of smb349_hwinit is wrong. Change-Id: Id42f1fd3c27a7773d36659b4839b881fadbb9ff9 Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>