From: Hans Verkuil Date: Sun, 3 Jul 2016 10:18:00 +0000 (-0300) Subject: [media] davinci: drop unused control callbacks X-Git-Tag: v4.8-rc1~152^2~99 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27f3fe203b030e4dacf9b8a1f38a6428c35581d8;p=platform%2Fkernel%2Flinux-exynos.git [media] davinci: drop unused control callbacks These callbacks are no longer used since the davinci drivers use the control framework. Signed-off-by: Hans Verkuil Cc: Prabhakar Lad Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/platform/davinci/ccdc_hw_device.h b/drivers/media/platform/davinci/ccdc_hw_device.h index 86b9b35..ae5605d 100644 --- a/drivers/media/platform/davinci/ccdc_hw_device.h +++ b/drivers/media/platform/davinci/ccdc_hw_device.h @@ -80,13 +80,6 @@ struct ccdc_hw_ops { /* Pointer to function to get line length */ unsigned int (*get_line_length) (void); - /* Query CCDC control IDs */ - int (*queryctrl)(struct v4l2_queryctrl *qctrl); - /* Set CCDC control */ - int (*set_control)(struct v4l2_control *ctrl); - /* Get CCDC control */ - int (*get_control)(struct v4l2_control *ctrl); - /* Pointer to function to set frame buffer address */ void (*setfbaddr) (unsigned long addr); /* Pointer to function to get field id */