diff options
| author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:26 -0400 |
|---|---|---|
| committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:26 -0400 |
| commit | 3b1b4f540d0dd5c8fe777bf02b9f87ffae100b15 (patch) | |
| tree | e9a596b885feb2bef0cf6de3a132068fa3a29bdc /drivers/crypto/qce | |
| 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/qce')
| -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 = { | |||
| 273 | .probe = qce_crypto_probe, | 273 | .probe = qce_crypto_probe, |
| 274 | .remove = qce_crypto_remove, | 274 | .remove = qce_crypto_remove, |
| 275 | .driver = { | 275 | .driver = { |
| 276 | .owner = THIS_MODULE, | ||
| 277 | .name = KBUILD_MODNAME, | 276 | .name = KBUILD_MODNAME, |
| 278 | .of_match_table = qce_crypto_of_match, | 277 | .of_match_table = qce_crypto_of_match, |
| 279 | }, | 278 | }, |
