mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
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>
This commit is contained in:
parent
3c2b251e88
commit
e065d3d417
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
if (WARN_ON(!vexpress_sysreg_base))
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue