mfd/vexpress: vexpress_sysreg_setup must not be __init
authorArnd Bergmann <arnd@arndb.de>
Fri, 25 Jan 2013 18:53:52 +0000 (18:53 +0000)
committerOlof Johansson <olof@lixom.net>
Mon, 28 Jan 2013 22:07:14 +0000 (14:07 -0800)
commite065d3d417274bafed162b3dffd2e03a5128623c
tree04f2bccfd025065a03d45a815839a4a78a7a2c0c
parent3c2b251e88c0e7469be293afc240362bcc4c5b5a
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 <arnd@arndb.de>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: arm@kernel.org
Signed-off-by: Olof Johansson <olof@lixom.net>
drivers/mfd/vexpress-sysreg.c