提交 27f3fe20 编写于 作者: H Hans Verkuil 提交者: Mauro Carvalho Chehab

[media] davinci: drop unused control callbacks

These callbacks are no longer used since the davinci drivers use the
control framework.
Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
Cc: Prabhakar Lad <prabhakar.csengg@gmail.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 435c59ec
...@@ -80,13 +80,6 @@ struct ccdc_hw_ops { ...@@ -80,13 +80,6 @@ struct ccdc_hw_ops {
/* Pointer to function to get line length */ /* Pointer to function to get line length */
unsigned int (*get_line_length) (void); 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 */ /* Pointer to function to set frame buffer address */
void (*setfbaddr) (unsigned long addr); void (*setfbaddr) (unsigned long addr);
/* Pointer to function to get field id */ /* Pointer to function to get field id */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册