From: Ryosuke Saito Date: Wed, 21 Mar 2012 09:47:47 +0000 (+0900) Subject: mtd: phram: fix section mismatch for phram_setup X-Git-Tag: v3.4-rc1~16^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b11ec57fc6e6d4882ef01a0c09a1dde58f50492e;p=pandora-kernel.git mtd: phram: fix section mismatch for phram_setup phram_setup() is only called from init_phram() 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