mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-19 08:05:27 +08:00
powerpc/4xx: edac: Add comma to fix build error
Commit 4018294b53
broke the ppc4xx_edac driver at
line 210 where the struct member is missing a comma.
Signed-off-by: Mike Williams <mike@mikebwilliams.com>
Signed-off-by: Josh Boyer <jwboyer@gmail.com>
This commit is contained in:
parent
e7fa1d1314
commit
e57b708bea
@ -205,7 +205,7 @@ static struct platform_driver ppc4xx_edac_driver = {
|
|||||||
.remove = ppc4xx_edac_remove,
|
.remove = ppc4xx_edac_remove,
|
||||||
.driver = {
|
.driver = {
|
||||||
.owner = THIS_MODULE,
|
.owner = THIS_MODULE,
|
||||||
.name = PPC4XX_EDAC_MODULE_NAME
|
.name = PPC4XX_EDAC_MODULE_NAME,
|
||||||
.of_match_table = ppc4xx_edac_match,
|
.of_match_table = ppc4xx_edac_match,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user