mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 06:40:53 +07:00
[ARM] pxa: initialise PXA devices before platform init code
Initialise PXA devices before platform initialisation, so that platforms can parent devices to these. Acked-by: eric miao <ymiao3@marvell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
c546106cc1
commit
1c104e0e4f
@ -313,4 +313,4 @@ static int __init pxa25x_init(void)
|
||||
return ret;
|
||||
}
|
||||
|
||||
subsys_initcall(pxa25x_init);
|
||||
postcore_initcall(pxa25x_init);
|
||||
|
@ -396,4 +396,4 @@ static int __init pxa27x_init(void)
|
||||
return ret;
|
||||
}
|
||||
|
||||
subsys_initcall(pxa27x_init);
|
||||
postcore_initcall(pxa27x_init);
|
||||
|
@ -573,4 +573,4 @@ static int __init pxa3xx_init(void)
|
||||
return ret;
|
||||
}
|
||||
|
||||
subsys_initcall(pxa3xx_init);
|
||||
postcore_initcall(pxa3xx_init);
|
||||
|
Loading…
Reference in New Issue
Block a user