projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62ce272
)
[media] noon010p30: Remove unneeded v4l2 control compatibility ops
author
Sylwester Nawrocki
<
[email protected]
>
Sun, 13 Jan 2013 17:50:59 +0000
(14:50 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Tue, 5 Feb 2013 19:30:48 +0000
(17:30 -0200)
All host drivers using this subdev driver are already converted
to use the control framework so the compatibility ops can be dropped.
Signed-off-by: Sylwester Nawrocki <
[email protected]
>
Acked-by: Hans Verkuil <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/i2c/noon010pc30.c
patch
|
blob
|
history
diff --git
a/drivers/media/i2c/noon010pc30.c
b/drivers/media/i2c/noon010pc30.c
index 440c12962bae7e1ceeb43cfc217bb4ed342667d3..8554b47f993a373f4f1b5558d5055ae3a45a197f 100644
(file)
--- a/
drivers/media/i2c/noon010pc30.c
+++ b/
drivers/media/i2c/noon010pc30.c
@@
-660,13
+660,6
@@
static const struct v4l2_ctrl_ops noon010_ctrl_ops = {
static const struct v4l2_subdev_core_ops noon010_core_ops = {
.s_power = noon010_s_power,
- .g_ctrl = v4l2_subdev_g_ctrl,
- .s_ctrl = v4l2_subdev_s_ctrl,
- .queryctrl = v4l2_subdev_queryctrl,
- .querymenu = v4l2_subdev_querymenu,
- .g_ext_ctrls = v4l2_subdev_g_ext_ctrls,
- .try_ext_ctrls = v4l2_subdev_try_ext_ctrls,
- .s_ext_ctrls = v4l2_subdev_s_ext_ctrls,
.log_status = noon010_log_status,
};