[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:
Russell King 2008-04-19 10:59:24 +01:00 committed by Russell King
parent c546106cc1
commit 1c104e0e4f
3 changed files with 3 additions and 3 deletions

View File

@ -313,4 +313,4 @@ static int __init pxa25x_init(void)
return ret;
}
subsys_initcall(pxa25x_init);
postcore_initcall(pxa25x_init);

View File

@ -396,4 +396,4 @@ static int __init pxa27x_init(void)
return ret;
}
subsys_initcall(pxa27x_init);
postcore_initcall(pxa27x_init);

View File

@ -573,4 +573,4 @@ static int __init pxa3xx_init(void)
return ret;
}
subsys_initcall(pxa3xx_init);
postcore_initcall(pxa3xx_init);