Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e065d3d4 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Olof Johansson
Browse files

mfd/vexpress: vexpress_sysreg_setup must not be __init



The patch 52666298 '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: default avatarArnd Bergmann <arnd@arndb.de>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: arm@kernel.org
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 3c2b251e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -313,7 +313,7 @@ static void vexpress_sysreg_config_complete(unsigned long data)
}


void __init vexpress_sysreg_setup(struct device_node *node)
void vexpress_sysreg_setup(struct device_node *node)
{
	if (WARN_ON(!vexpress_sysreg_base))
		return;