diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:52 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:52 +0200 |
commit | 0f0d7e7b022b2d3b03a613048954dffb4af9a9b8 (patch) | |
tree | 420e99258469e228309c1e4aa4577636b5f3e731 /drivers/memory/ti-aemif.c | |
parent | 04626474b8d74731aff1ecd7137be6d070f28ba6 (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/ti-aemif.c')
-rw-r--r-- | drivers/memory/ti-aemif.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/memory/ti-aemif.c b/drivers/memory/ti-aemif.c index d3df7602f406..ca7d97a9a9ba 100644 --- a/drivers/memory/ti-aemif.c +++ b/drivers/memory/ti-aemif.c @@ -413,7 +413,6 @@ static struct platform_driver aemif_driver = { .remove = aemif_remove, .driver = { .name = KBUILD_MODNAME, - .owner = THIS_MODULE, .of_match_table = of_match_ptr(aemif_of_match), }, }; |