diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 14:20:47 (GMT) |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 14:20:47 (GMT) |
commit | 30355dd734c8f427ad2e89d6f0fc5ab074db6fac (patch) | |
tree | e014dcf8a7c007b3bb68461fb3ef7aeca3c8c317 /drivers/media/platform/s3c-camif | |
parent | 054d0dbab398143603f5f7ed78f8ce304b9590aa (diff) | |
download | linux-30355dd734c8f427ad2e89d6f0fc5ab074db6fac.tar.xz |
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/platform/s3c-camif')
-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 b385747..e7163ca 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, } }; |