arm: Move topology_init to postcore

Move topology_init to postcore initcall  to retrieve
cpu frequency table early in boot from OPP.

Change-Id: If715f611c48e91e360caa58f44e20ee17fcb6948
Signed-off-by: Srinivas Ramana <sramana@codeaurora.org>
This commit is contained in:
Srinivas Ramana
2015-10-29 12:26:50 +05:30
committed by Maria Yu
parent 40dd625bf4
commit 9aecb5ee9b

View File

@@ -1174,7 +1174,7 @@ static int __init topology_init(void)
return 0;
}
subsys_initcall(topology_init);
postcore_initcall(topology_init);
#ifdef CONFIG_HAVE_PROC_CPU
static int __init proc_cpu_init(void)