mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 23:40:53 +07:00
powerpc/xive: Fix section __init warning
xive_spapr_init() is called from a __init routine and calls __init routines. Signed-off-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
4716e488ab
commit
265601f034
@ -593,7 +593,7 @@ static bool xive_get_max_prio(u8 *max_prio)
|
||||
return true;
|
||||
}
|
||||
|
||||
bool xive_spapr_init(void)
|
||||
bool __init xive_spapr_init(void)
|
||||
{
|
||||
struct device_node *np;
|
||||
struct resource r;
|
||||
|
Loading…
Reference in New Issue
Block a user