diff options
-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 | { |