summaryrefslogtreecommitdiff
path: root/drivers/media/platform/davinci/ccdc_hw_device.h
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2016-07-03 07:18:00 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-12 11:12:00 -0300
commit27f3fe203b030e4dacf9b8a1f38a6428c35581d8 (patch)
tree09395b0850d06dadbe8e1dd38cc9c978d071b5dc /drivers/media/platform/davinci/ccdc_hw_device.h
parent435c59ecfdded8e40d8aec2ff12b552fb06dae18 (diff)
[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 <hans.verkuil@cisco.com> Cc: Prabhakar Lad <prabhakar.csengg@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/platform/davinci/ccdc_hw_device.h')
-rw-r--r--drivers/media/platform/davinci/ccdc_hw_device.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/media/platform/davinci/ccdc_hw_device.h b/drivers/media/platform/davinci/ccdc_hw_device.h
index 86b9b3518965..ae5605de7679 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 */