From: Ryosuke Saito Date: Thu, 15 Mar 2012 10:19:03 +0000 (+0900) Subject: mtd: fix section mismatch for doc_probe_device X-Git-Tag: v3.4-rc1~16^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30053b87d5b97aca28dd7a59982cbb161eaf01c6;p=pandora-kernel.git mtd: fix section mismatch for doc_probe_device doc_probe_device() is only called from docg3_probe() which is in .init.text, so it must be in the same section to avoid a section mismatch warning. Signed-off-by: Ryosuke Saito Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed