diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:26 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:26 +0200 |
commit | 3b1b4f540d0dd5c8fe777bf02b9f87ffae100b15 (patch) | |
tree | e9a596b885feb2bef0cf6de3a132068fa3a29bdc /drivers/crypto | |
parent | 28f01363f82472d56f05608d4bfa4fba1f1fe79b (diff) |
crypto: qce: 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/qce/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/crypto/qce/core.c b/drivers/crypto/qce/core.c index 33ae3545dc48..718b32a3112e 100644 --- a/drivers/crypto/qce/core.c +++ b/drivers/crypto/qce/core.c @@ -273,7 +273,6 @@ static struct platform_driver qce_crypto_driver = { .probe = qce_crypto_probe, .remove = qce_crypto_remove, .driver = { - .owner = THIS_MODULE, .name = KBUILD_MODNAME, .of_match_table = qce_crypto_of_match, }, |