diff options
Diffstat (limited to 'drivers/media/i2c/ov7670.c')
-rw-r--r-- | drivers/media/i2c/ov7670.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/media/i2c/ov7670.c b/drivers/media/i2c/ov7670.c index 93a051e8873f..05ed5b8e7f88 100644 --- a/drivers/media/i2c/ov7670.c +++ b/drivers/media/i2c/ov7670.c | |||
@@ -1504,13 +1504,6 @@ static int ov7670_s_register(struct v4l2_subdev *sd, struct v4l2_dbg_register *r | |||
1504 | 1504 | ||
1505 | static const struct v4l2_subdev_core_ops ov7670_core_ops = { | 1505 | static const struct v4l2_subdev_core_ops ov7670_core_ops = { |
1506 | .g_chip_ident = ov7670_g_chip_ident, | 1506 | .g_chip_ident = ov7670_g_chip_ident, |
1507 | .g_ext_ctrls = v4l2_subdev_g_ext_ctrls, | ||
1508 | .try_ext_ctrls = v4l2_subdev_try_ext_ctrls, | ||
1509 | .s_ext_ctrls = v4l2_subdev_s_ext_ctrls, | ||
1510 | .g_ctrl = v4l2_subdev_g_ctrl, | ||
1511 | .s_ctrl = v4l2_subdev_s_ctrl, | ||
1512 | .queryctrl = v4l2_subdev_queryctrl, | ||
1513 | .querymenu = v4l2_subdev_querymenu, | ||
1514 | .reset = ov7670_reset, | 1507 | .reset = ov7670_reset, |
1515 | .init = ov7670_init, | 1508 | .init = ov7670_init, |
1516 | #ifdef CONFIG_VIDEO_ADV_DEBUG | 1509 | #ifdef CONFIG_VIDEO_ADV_DEBUG |