aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory/atmel-sdramc.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:52 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:52 +0200
commit0f0d7e7b022b2d3b03a613048954dffb4af9a9b8 (patch)
tree420e99258469e228309c1e4aa4577636b5f3e731 /drivers/memory/atmel-sdramc.c
parentmedia: rc: img-ir: drop owner assignment from platform_drivers (diff)
downloadlinux-dev-0f0d7e7b022b2d3b03a613048954dffb4af9a9b8.tar.xz
linux-dev-0f0d7e7b022b2d3b03a613048954dffb4af9a9b8.zip
memory: 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/memory/atmel-sdramc.c')
-rw-r--r--drivers/memory/atmel-sdramc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/memory/atmel-sdramc.c b/drivers/memory/atmel-sdramc.c
index fed04e8efe75..a3ebc8a87479 100644
--- a/drivers/memory/atmel-sdramc.c
+++ b/drivers/memory/atmel-sdramc.c
@@ -82,7 +82,6 @@ static struct platform_driver atmel_ramc_driver = {
.probe = atmel_ramc_probe,
.driver = {
.name = "atmel-ramc",
- .owner = THIS_MODULE,
.of_match_table = atmel_ramc_of_match,
},
};