From: Samuel Ortiz Date: Tue, 20 Dec 2011 17:35:55 +0000 (+0100) Subject: mfd: Fix stmpe section mismatch X-Git-Tag: v3.3-rc1~71^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ad1a973f9a9aad8e170419581a8e98a0f8d1e19;p=pandora-kernel.git mfd: Fix stmpe section mismatch This fixes: WARNING: drivers/built-in.o(.text+0xf368f): Section mismatch in reference from the function stmpe_probe() to the function .devinit.text:stmpe_chip_init() The function stmpe_probe() references the function __devinit stmpe_chip_init(). Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed