summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2017-07-21 04:53:30 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-08-08 06:00:26 -0400
commit4b3b11048d88b52d859c20f8ed5aaab87d199513 (patch)
tree31be26cf8624912c90a57041174fbac8f4b147bd /drivers/media/platform
parent4c7089ee66026f38275d43e26d9da6e2945af6f9 (diff)
downloadop-kernel-dev-4b3b11048d88b52d859c20f8ed5aaab87d199513.zip
op-kernel-dev-4b3b11048d88b52d859c20f8ed5aaab87d199513.tar.gz
media: s3c-camif: don't set driver_version
This field will be removed as it is not needed anymore. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/platform')
-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 8f04140..c4ab639 100644
--- a/drivers/media/platform/s3c-camif/camif-core.c
+++ b/drivers/media/platform/s3c-camif/camif-core.c
@@ -317,7 +317,6 @@ static int camif_media_dev_init(struct camif_dev *camif)
ip_rev == S3C6410_CAMIF_IP_REV ? "6410" : "244X");
strlcpy(md->bus_info, "platform", sizeof(md->bus_info));
md->hw_revision = ip_rev;
- md->driver_version = LINUX_VERSION_CODE;
md->dev = camif->dev;
OpenPOWER on IntegriCloud