From: Arnd Bergmann Date: Fri, 25 Jan 2013 18:53:52 +0000 (+0000) Subject: mfd/vexpress: vexpress_sysreg_setup must not be __init X-Git-Tag: v3.9-rc1~123^2~6^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e065d3d417274bafed162b3dffd2e03a5128623c;p=pandora-kernel.git mfd/vexpress: vexpress_sysreg_setup must not be __init The patch 52666298a 'mfd: vexpress-sysreg: Don't skip initialization on probe' adds a call to vexpress_sysreg_setup from a non-__init function, so this also has to lose its __init annotation. Signed-off-by: Arnd Bergmann Cc: Pawel Moll Cc: arm@kernel.org Signed-off-by: Olof Johansson --- Reading git-diff-tree failed