Skip to content

Commit

Permalink
[POWERPC] 4xx: typo in calling machine_device_initcall() for Sequoia …
Browse files Browse the repository at this point in the history
…board

Fix an obvious typo.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
  • Loading branch information
Grant Likely authored and Josh Boyer committed Jan 2, 2008
1 parent 4f43143 commit 1fe1b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/44x/sequoia.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 1fe1b95

Please sign in to comment.