提交 1fe1b95d 编写于 作者: G Grant Likely 提交者: Josh Boyer

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

Fix an obvious typo.
Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
Signed-off-by: NJosh Boyer <jwboyer@linux.vnet.ibm.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册