summaryrefslogtreecommitdiffstats
path: root/drivers/edac/tile_edac.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:30 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:30 +0200
commitb7382f8349c60f364802d8ad124699ef4428e635 (patch)
tree833e3f0229a0e29f92c31c12695e3801eb723b60 /drivers/edac/tile_edac.c
parent696f26e740b3278b842386a0ead3833b7b4da7d8 (diff)
downloadlinux-b7382f8349c60f364802d8ad124699ef4428e635.tar.gz
linux-b7382f8349c60f364802d8ad124699ef4428e635.tar.xz
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/tile_edac.c')
-rw-r--r--drivers/edac/tile_edac.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/edac/tile_edac.c b/drivers/edac/tile_edac.c
index 578f915ee195..71381642ce2a 100644
--- a/drivers/edac/tile_edac.c
+++ b/drivers/edac/tile_edac.c
@@ -199,7 +199,6 @@ static int tile_edac_mc_remove(struct platform_device *pdev)
static struct platform_driver tile_edac_mc_driver = {
.driver = {
.name = DRV_NAME,
- .owner = THIS_MODULE,
},
.probe = tile_edac_mc_probe,
.remove = tile_edac_mc_remove,