Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1fe1b95d86aea936582de3bdd1ac8dd62601893e
Commit:     1fe1b95d86aea936582de3bdd1ac8dd62601893e
Parent:     4f43143f9fbbb679c38d2ff99e44d3aaa00d0fe1
Author:     Grant Likely <[EMAIL PROTECTED]>
AuthorDate: Thu Jan 3 04:23:56 2008 +1100
Committer:  Josh Boyer <[EMAIL PROTECTED]>
CommitDate: Wed Jan 2 11:38:15 2008 -0600

    [POWERPC] 4xx: typo in calling machine_device_initcall() for Sequoia board
    
    Fix an obvious typo.
    
    Signed-off-by: Grant Likely <[EMAIL PROTECTED]>
    Signed-off-by: Josh Boyer <[EMAIL PROTECTED]>
---
 arch/powerpc/platforms/44x/sequoia.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/platforms/44x/sequoia.c 
b/arch/powerpc/platforms/44x/sequoia.c
index 374f8c7..d279db4 100644
--- a/arch/powerpc/platforms/44x/sequoia.c
+++ b/arch/powerpc/platforms/44x/sequoia.c
@@ -38,7 +38,7 @@ static int __init sequoia_device_probe(void)
 
        return 0;
 }
-machien_device_initcall(sequoia, sequoia_device_probe);
+machine_device_initcall(sequoia, sequoia_device_probe);
 
 static int __init sequoia_probe(void)
 {
-
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