summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/coda
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:45 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:45 +0200
commite0eee332d218d3dab0701568a01851df6208eb0a (patch)
tree844343992305cdc6fb41eeecfc92c697fabd3fe0 /drivers/media/platform/coda
parent5d04d12ed241df74ee03c366afc1e1508043ac95 (diff)
downloadop-kernel-dev-e0eee332d218d3dab0701568a01851df6208eb0a.zip
op-kernel-dev-e0eee332d218d3dab0701568a01851df6208eb0a.tar.gz
media: platform: coda: 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/media/platform/coda')
-rw-r--r--drivers/media/platform/coda/coda-common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/platform/coda/coda-common.c b/drivers/media/platform/coda/coda-common.c
index ced4760..5faf7b6 100644
--- a/drivers/media/platform/coda/coda-common.c
+++ b/drivers/media/platform/coda/coda-common.c
@@ -2038,7 +2038,6 @@ static struct platform_driver coda_driver = {
.remove = coda_remove,
.driver = {
.name = CODA_NAME,
- .owner = THIS_MODULE,
.of_match_table = of_match_ptr(coda_dt_ids),
.pm = &coda_pm_ops,
},
OpenPOWER on IntegriCloud