diff options
Diffstat (limited to 'drivers/edac/ppc4xx_edac.c')
-rw-r--r-- | drivers/edac/ppc4xx_edac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/edac/ppc4xx_edac.c b/drivers/edac/ppc4xx_edac.c index 41593539cec4..1b64fd060821 100644 --- a/drivers/edac/ppc4xx_edac.c +++ b/drivers/edac/ppc4xx_edac.c | |||
@@ -204,7 +204,6 @@ static struct platform_driver ppc4xx_edac_driver = { | |||
204 | .probe = ppc4xx_edac_probe, | 204 | .probe = ppc4xx_edac_probe, |
205 | .remove = ppc4xx_edac_remove, | 205 | .remove = ppc4xx_edac_remove, |
206 | .driver = { | 206 | .driver = { |
207 | .owner = THIS_MODULE, | ||
208 | .name = PPC4XX_EDAC_MODULE_NAME, | 207 | .name = PPC4XX_EDAC_MODULE_NAME, |
209 | .of_match_table = ppc4xx_edac_match, | 208 | .of_match_table = ppc4xx_edac_match, |
210 | }, | 209 | }, |