From: Alexander Shiyan Date: Sun, 15 Jul 2012 07:32:38 +0000 (+0400) Subject: fb: epson1355fb: Fix section mismatch X-Git-Tag: v3.6-rc1~16^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=559dc9d9fed3578cdb82772e4638069fe8176f2f;p=pandora-kernel.git fb: epson1355fb: Fix section mismatch This patch fixes "section mismatch" warning in the epson1355fb driver. WARNING: vmlinux.o(.devinit.text+0x184): Section mismatch in reference from the function epson1355fb_probe() to the function .init.text:fetch_hw_state() The function __devinit epson1355fb_probe() references a function __init fetch_hw_state(). If fetch_hw_state is only used by epson1355fb_probe then annotate fetch_hw_state with a matching annotation. Signed-off-by: Alexander Shiyan Acked-by: Christopher Hoover Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed