Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e9e77ce8718def7838626aa52bed02fe1b9837b9
Commit:     e9e77ce8718def7838626aa52bed02fe1b9837b9
Parent:     3669e930481d6dd510718279cd4bacb15ca3ae91
Author:     Kevin Corry <[EMAIL PROTECTED]>
AuthorDate: Thu May 3 03:11:49 2007 +1000
Committer:  Paul Mackerras <[EMAIL PROTECTED]>
CommitDate: Mon May 7 20:31:13 2007 +1000

    [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: Kevin Corry <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
---
 arch/powerpc/kernel/sysfs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/kernel/sysfs.c b/arch/powerpc/kernel/sysfs.c
index 933e214..cae39d9 100644
--- a/arch/powerpc/kernel/sysfs.c
+++ b/arch/powerpc/kernel/sysfs.c
@@ -499,4 +499,4 @@ static int __init topology_init(void)
 
        return 0;
 }
-__initcall(topology_init);
+subsys_initcall(topology_init);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to