Skip to content

Commit

Permalink
[POWERPC] Change topology_init() to a subsys_initcall
Browse files Browse the repository at this point in the history
Change the powerpc version of topology_init() from an __initcall to
a subsys_initcall to match all other architectures.

Signed-off-by: Kevin Corry <kevcorry@us.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Kevin Corry authored and Paul Mackerras committed May 7, 2007
1 parent 3669e93 commit e9e77ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/kernel/sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -499,4 +499,4 @@ static int __init topology_init(void)

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

0 comments on commit e9e77ce

Please sign in to comment.