Merge "arm: Move topology_init to postcore"
This commit is contained in:
commit
2af3bd09b0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue