From: Sanjeev Premi Date: Thu, 16 Jun 2011 20:31:00 +0000 (+0530) Subject: OMAP2+: PM: fix section mismatch in pm_dbg_init() X-Git-Tag: v3.1-rc1~152^2~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec3cdb5baedf6bb3852c531426c1e95a13671dff;p=pandora-kernel.git OMAP2+: PM: fix section mismatch in pm_dbg_init() Fix the section mismatch warning: WARNING: vmlinux.o(.text+0x21118): Section mismatch in reference from the function pm_dbg_init() to the function .init.text:pwrdms_setup() The function pm_dbg_init() references the function __init pwrdms_setup(). This is often because pm_dbg_init lacks a __init annotation or the annotation of pwrdms_setup is wrong. Signed-off-by: Sanjeev Premi Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed