diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:21:01 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:21:01 +0200 |
commit | 0dc5a27a175b9b90fb8a84846f915d3a9f50dae9 (patch) | |
tree | 3d101be659d615884b04eed6f1046cedb23b9274 | |
parent | ac52841ce7af1c09957922254da035d5607a9b93 (diff) |
net: can: softing: 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>
-rw-r--r-- | drivers/net/can/softing/softing_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/can/softing/softing_main.c b/drivers/net/can/softing/softing_main.c index bacd236ce30..2bf98d86230 100644 --- a/drivers/net/can/softing/softing_main.c +++ b/drivers/net/can/softing/softing_main.c @@ -856,7 +856,6 @@ platform_resource_failed: static struct platform_driver softing_driver = { .driver = { .name = "softing", - .owner = THIS_MODULE, }, .probe = softing_pdev_probe, .remove = softing_pdev_remove, |