aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:25 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:25 +0200
commit1a8cdf6e3a8e1acdb5bb7ffa498d1cea0fb5007d (patch)
treeaa768610facbbb3fff182f80f0953d84fa41c44a /drivers/crypto
parentcrypto: drop owner assignment from platform_drivers (diff)
downloadlinux-dev-1a8cdf6e3a8e1acdb5bb7ffa498d1cea0fb5007d.tar.xz
linux-dev-1a8cdf6e3a8e1acdb5bb7ffa498d1cea0fb5007d.zip
crypto: amcc: 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/crypto')
-rw-r--r--drivers/crypto/amcc/crypto4xx_core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/crypto/amcc/crypto4xx_core.c b/drivers/crypto/amcc/crypto4xx_core.c
index e4c6c58fbb03..d02b77150070 100644
--- a/drivers/crypto/amcc/crypto4xx_core.c
+++ b/drivers/crypto/amcc/crypto4xx_core.c
@@ -1288,7 +1288,6 @@ static const struct of_device_id crypto4xx_match[] = {
static struct platform_driver crypto4xx_driver = {
.driver = {
.name = "crypto4xx",
- .owner = THIS_MODULE,
.of_match_table = crypto4xx_match,
},
.probe = crypto4xx_probe,