Commit e9e77ce8 authored by Kevin Corry's avatar Kevin Corry Committed by Paul Mackerras
Browse files

[POWERPC] Change topology_init() to a subsys_initcall



Change the powerpc version of topology_init() from an __initcall to
a subsys_initcall to match all other architectures.

Signed-off-by: default avatarKevin Corry <kevcorry@us.ibm.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 3669e930
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -499,4 +499,4 @@ static int __init topology_init(void)

	return 0;
}
__initcall(topology_init);
subsys_initcall(topology_init);