diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2008-01-02 12:23:56 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-01-02 12:38:15 -0500 |
commit | 1fe1b95d86aea936582de3bdd1ac8dd62601893e (patch) | |
tree | 15529a1ff070af776a94c4cc75db30374049d418 /arch | |
parent | 4f43143f9fbbb679c38d2ff99e44d3aaa00d0fe1 (diff) |
[POWERPC] 4xx: typo in calling machine_device_initcall() for Sequoia board
Fix an obvious typo.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch')
-rw-r--r-- | 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 374f8c7fcd01..d279db42c896 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) | |||
38 | 38 | ||
39 | return 0; | 39 | return 0; |
40 | } | 40 | } |
41 | machien_device_initcall(sequoia, sequoia_device_probe); | 41 | machine_device_initcall(sequoia, sequoia_device_probe); |
42 | 42 | ||
43 | static int __init sequoia_probe(void) | 43 | static int __init sequoia_probe(void) |
44 | { | 44 | { |