Merge "arm: Move topology_init to postcore"

This commit is contained in:
Linux Build Service Account 2016-12-20 23:44:53 -08:00 committed by Gerrit - the friendly Code Review server
commit 2af3bd09b0

View file

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