提交 e57b708b 编写于 作者: M Mike Williams 提交者: Josh Boyer

powerpc/4xx: edac: Add comma to fix build error

Commit 4018294b broke the ppc4xx_edac driver at
line 210 where the struct member is missing a comma.
Signed-off-by: NMike Williams <mike@mikebwilliams.com>
Signed-off-by: NJosh Boyer <jwboyer@gmail.com>
上级 e7fa1d13
......@@ -205,7 +205,7 @@ static struct platform_driver ppc4xx_edac_driver = {
.remove = ppc4xx_edac_remove,
.driver = {
.owner = THIS_MODULE,
.name = PPC4XX_EDAC_MODULE_NAME
.name = PPC4XX_EDAC_MODULE_NAME,
.of_match_table = ppc4xx_edac_match,
},
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册