aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/s3c-camif
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:47 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:47 +0200
commit30355dd734c8f427ad2e89d6f0fc5ab074db6fac (patch)
treee014dcf8a7c007b3bb68461fb3ef7aeca3c8c317 /drivers/media/platform/s3c-camif
parentmedia: platform: omap3isp: drop owner assignment from platform_drivers (diff)
downloadlinux-dev-30355dd734c8f427ad2e89d6f0fc5ab074db6fac.tar.xz
linux-dev-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/platform/s3c-camif')
-rw-r--r--drivers/media/platform/s3c-camif/camif-core.c1
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,
}
};