aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory/tegra20-mc.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:52 -0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:52 -0400
commit0f0d7e7b022b2d3b03a613048954dffb4af9a9b8 (patch)
tree420e99258469e228309c1e4aa4577636b5f3e731 /drivers/memory/tegra20-mc.c
parent04626474b8d74731aff1ecd7137be6d070f28ba6 (diff)
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/tegra20-mc.c')
-rw-r--r--drivers/memory/tegra20-mc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/memory/tegra20-mc.c b/drivers/memory/tegra20-mc.c
index 7cd82b874abd..cc309a05289a 100644
--- a/drivers/memory/tegra20-mc.c
+++ b/drivers/memory/tegra20-mc.c
@@ -243,7 +243,6 @@ static struct platform_driver tegra20_mc_driver = {
243 .probe = tegra20_mc_probe, 243 .probe = tegra20_mc_probe,
244 .driver = { 244 .driver = {
245 .name = DRV_NAME, 245 .name = DRV_NAME,
246 .owner = THIS_MODULE,
247 .of_match_table = tegra20_mc_of_match, 246 .of_match_table = tegra20_mc_of_match,
248 }, 247 },
249}; 248};