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:
3dd15a1
)
virtio: drop owner assignment from platform_drivers
author
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:55 +0000
(16:21 +0200)
committer
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:55 +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/virtio/virtio_mmio.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/virtio/virtio_mmio.c
b/drivers/virtio/virtio_mmio.c
index ef9a1650bb804147410f5f8c7ce2bb70426f2728..5b0917670f89a1f08166f05135c4c20492fbe006 100644
(file)
--- a/
drivers/virtio/virtio_mmio.c
+++ b/
drivers/virtio/virtio_mmio.c
@@
-639,7
+639,6
@@
static struct platform_driver virtio_mmio_driver = {
.remove = virtio_mmio_remove,
.driver = {
.name = "virtio-mmio",
- .owner = THIS_MODULE,
.of_match_table = virtio_mmio_match,
},
};