Skip to content

Commit

Permalink
powerpc/4xx: edac: Add comma to fix build error
Browse files Browse the repository at this point in the history
Commit 4018294 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>
  • Loading branch information
Mike Williams authored and Josh Boyer committed Aug 11, 2011
1 parent e7fa1d1 commit e57b708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/edac/ppc4xx_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
};
Expand Down

0 comments on commit e57b708

Please sign in to comment.