diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:30 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:30 +0200 |
commit | b7382f8349c60f364802d8ad124699ef4428e635 (patch) | |
tree | 833e3f0229a0e29f92c31c12695e3801eb723b60 /drivers/edac/ppc4xx_edac.c | |
parent | 696f26e740b3278b842386a0ead3833b7b4da7d8 (diff) | |
download | talos-op-linux-b7382f8349c60f364802d8ad124699ef4428e635.tar.gz talos-op-linux-b7382f8349c60f364802d8ad124699ef4428e635.zip |
edac: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the
driver core.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
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 0f04d5ead521..6ffd475b3d4a 100644 --- a/drivers/edac/ppc4xx_edac.c +++ b/drivers/edac/ppc4xx_edac.c @@ -204,7 +204,6 @@ static struct platform_driver ppc4xx_edac_driver = { .probe = ppc4xx_edac_probe, .remove = ppc4xx_edac_remove, .driver = { - .owner = THIS_MODULE, .name = PPC4XX_EDAC_MODULE_NAME, .of_match_table = ppc4xx_edac_match, }, |