diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:45 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:45 +0200 |
commit | e0eee332d218d3dab0701568a01851df6208eb0a (patch) | |
tree | 844343992305cdc6fb41eeecfc92c697fabd3fe0 /drivers/media | |
parent | 5d04d12ed241df74ee03c366afc1e1508043ac95 (diff) | |
download | linux-e0eee332d218d3dab0701568a01851df6208eb0a.tar.gz linux-e0eee332d218d3dab0701568a01851df6208eb0a.tar.bz2 linux-e0eee332d218d3dab0701568a01851df6208eb0a.zip |
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')
-rw-r--r-- | drivers/media/platform/coda/coda-common.c | 1 |
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 ced47609f5ef..5faf7b6b502a 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, }, |