diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:47 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:47 +0200 |
commit | 30355dd734c8f427ad2e89d6f0fc5ab074db6fac (patch) | |
tree | e014dcf8a7c007b3bb68461fb3ef7aeca3c8c317 /drivers/media | |
parent | media: platform: omap3isp: drop owner assignment from platform_drivers (diff) | |
download | linux-30355dd734c8f427ad2e89d6f0fc5ab074db6fac.tar.xz linux-30355dd734c8f427ad2e89d6f0fc5ab074db6fac.zip |
media: platform: s3c-camif: 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/s3c-camif/camif-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/platform/s3c-camif/camif-core.c b/drivers/media/platform/s3c-camif/camif-core.c index b38574702fe9..e7163cad81cb 100644 --- a/drivers/media/platform/s3c-camif/camif-core.c +++ b/drivers/media/platform/s3c-camif/camif-core.c @@ -652,7 +652,6 @@ static struct platform_driver s3c_camif_driver = { .id_table = s3c_camif_driver_ids, .driver = { .name = S3C_CAMIF_DRIVER_NAME, - .owner = THIS_MODULE, .pm = &s3c_camif_pm_ops, } }; |