aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/amcc
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:25 -0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:25 -0400
commit1a8cdf6e3a8e1acdb5bb7ffa498d1cea0fb5007d (patch)
treeaa768610facbbb3fff182f80f0953d84fa41c44a /drivers/crypto/amcc
parent5573bc03c63e4be7de501a91cca2acc5a44ec4dd (diff)
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/amcc')
-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[] = {
1288static struct platform_driver crypto4xx_driver = { 1288static struct platform_driver crypto4xx_driver = {
1289 .driver = { 1289 .driver = {
1290 .name = "crypto4xx", 1290 .name = "crypto4xx",
1291 .owner = THIS_MODULE,
1292 .of_match_table = crypto4xx_match, 1291 .of_match_table = crypto4xx_match,
1293 }, 1292 },
1294 .probe = crypto4xx_probe, 1293 .probe = crypto4xx_probe,