From: Grant Likely Date: Wed, 2 Jan 2008 17:23:56 +0000 (+1100) Subject: [POWERPC] 4xx: typo in calling machine_device_initcall() for Sequoia board X-Git-Tag: v2.6.25-rc1~1131^2~140 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=1fe1b95d86aea936582de3bdd1ac8dd62601893e;p=linux-2.6-omap-h63xx.git [POWERPC] 4xx: typo in calling machine_device_initcall() for Sequoia board Fix an obvious typo. Signed-off-by: Grant Likely Signed-off-by: Josh Boyer --- diff --git a/arch/powerpc/platforms/44x/sequoia.c b/arch/powerpc/platforms/44x/sequoia.c index 374f8c7fcd0..d279db42c89 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) {