Commit 1fe1b95d authored by Grant Likely's avatar Grant Likely Committed by Josh Boyer

[POWERPC] 4xx: typo in calling machine_device_initcall() for Sequoia board

Fix an obvious typo.
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
Signed-off-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
parent 4f43143f
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment