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:
65cfd80
)
nfc: drop owner assignment from platform_drivers
author
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:19 +0000
(16:21 +0200)
committer
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:19 +0000
(16:21 +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/nfc/nfcwilink.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/nfc/nfcwilink.c
b/drivers/nfc/nfcwilink.c
index 683671a71c7e9313ab2d646da37a450bc24e7da8..ce2e2cf54fbc8b86a5dd674e819dd2b85908d978 100644
(file)
--- a/
drivers/nfc/nfcwilink.c
+++ b/
drivers/nfc/nfcwilink.c
@@
-566,7
+566,6
@@
static struct platform_driver nfcwilink_driver = {
.remove = nfcwilink_remove,
.driver = {
.name = "nfcwilink",
- .owner = THIS_MODULE,
},
};