summary refs log tree commit diff
path: root/drivers/crypto/qce/core.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:26 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:26 +0200
commit3b1b4f540d0dd5c8fe777bf02b9f87ffae100b15 (patch)
treee9a596b885feb2bef0cf6de3a132068fa3a29bdc /drivers/crypto/qce/core.c
parent28f01363f82472d56f05608d4bfa4fba1f1fe79b (diff)
downloadlinux-3b1b4f540d0dd5c8fe777bf02b9f87ffae100b15.tar.gz
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/qce/core.c')
-rw-r--r--drivers/crypto/qce/core.c1
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,
 	},