projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28f0136
)
crypto: qce: drop owner assignment from platform_drivers
author
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:20:26 +0000
(16:20 +0200)
committer
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:20:26 +0000
(16:20 +0200)
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>
drivers/crypto/qce/core.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/crypto/qce/core.c
b/drivers/crypto/qce/core.c
index 33ae3545dc48047ebac22758867cfbad666a60af..718b32a3112ee761188e9d8e810994508a983026 100644
(file)
--- 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,
},