diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:25 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:25 +0200 |
commit | 1a8cdf6e3a8e1acdb5bb7ffa498d1cea0fb5007d (patch) | |
tree | aa768610facbbb3fff182f80f0953d84fa41c44a /drivers/crypto | |
parent | 5573bc03c63e4be7de501a91cca2acc5a44ec4dd (diff) | |
download | talos-obmc-linux-1a8cdf6e3a8e1acdb5bb7ffa498d1cea0fb5007d.tar.gz talos-obmc-linux-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.c | 1 |
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, |