projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a732be
)
video: fbdev: exynos: drop owner assignment from platform_drivers
author
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:52 +0000
(16:21 +0200)
committer
Wolfram Sang
<wsa@the-dreams.de>
Mon, 20 Oct 2014 14:21:52 +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/video/fbdev/exynos/exynos_mipi_dsi.c
patch
|
blob
|
history
diff --git
a/drivers/video/fbdev/exynos/exynos_mipi_dsi.c
b/drivers/video/fbdev/exynos/exynos_mipi_dsi.c
index
cee9602
..
cc702df
100644
(file)
--- a/
drivers/video/fbdev/exynos/exynos_mipi_dsi.c
+++ b/
drivers/video/fbdev/exynos/exynos_mipi_dsi.c
@@
-562,7
+562,6
@@
static struct platform_driver exynos_mipi_dsi_driver = {
.remove = exynos_mipi_dsi_remove,
.driver = {
.name = "exynos-mipi-dsim",
- .owner = THIS_MODULE,
.pm = &exynos_mipi_dsi_pm_ops,
},
};