aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2012-11-08 15:26:53 +0530
committerTushar Behera <tushar.behera@linaro.org>2012-11-21 10:10:03 +0530
commit6912735a83104e59079046bca9c4c8146527416a (patch)
treea5db680208e7d766872a8b1045052bc7a8cf0b00
parent27a18ac0b1a6db04f93c272d8836bbe7e64eb108 (diff)
[media] s5p-mfc: Fix compilation warning
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
-rw-r--r--drivers/media/platform/s5p-mfc/s5p_mfc_enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c b/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c
index 2af6d522f4a..30697b97d86 100644
--- a/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c
+++ b/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c
@@ -1542,7 +1542,7 @@ int vidioc_encoder_cmd(struct file *file, void *priv,
}
static int vidioc_subscribe_event(struct v4l2_fh *fh,
- struct v4l2_event_subscription *sub)
+ const struct v4l2_event_subscription *sub)
{
switch (sub->type) {
case V4L2_EVENT_EOS: