ARM: pxa: change clocks init sequence
[deliverable/linux.git] / drivers / clk / pxa / clk-pxa27x.c
index 5f9b54b024b9e1607b724c8ceb5dcfba7b58c992..2b8343af6026fef9d6236f90811cc6a904a56259 100644 (file)
@@ -362,12 +362,11 @@ static void __init pxa27x_base_clocks_init(void)
        clk_register_clk_pxa27x_lcd_base();
 }
 
-static int __init pxa27x_clocks_init(void)
+int __init pxa27x_clocks_init(void)
 {
        pxa27x_base_clocks_init();
        return clk_pxa_cken_init(pxa27x_clocks, ARRAY_SIZE(pxa27x_clocks));
 }
-postcore_initcall(pxa27x_clocks_init);
 
 static void __init pxa27x_dt_clocks_init(struct device_node *np)
 {
This page took 0.025726 seconds and 5 git commands to generate.