aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/adv7180.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/i2c/adv7180.c')
-rw-r--r--drivers/media/i2c/adv7180.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/i2c/adv7180.c b/drivers/media/i2c/adv7180.c
index 64d71fb87a96..34f39d3b3e3e 100644
--- a/drivers/media/i2c/adv7180.c
+++ b/drivers/media/i2c/adv7180.c
@@ -402,9 +402,6 @@ static const struct v4l2_subdev_video_ops adv7180_video_ops = {
402static const struct v4l2_subdev_core_ops adv7180_core_ops = { 402static const struct v4l2_subdev_core_ops adv7180_core_ops = {
403 .g_chip_ident = adv7180_g_chip_ident, 403 .g_chip_ident = adv7180_g_chip_ident,
404 .s_std = adv7180_s_std, 404 .s_std = adv7180_s_std,
405 .queryctrl = v4l2_subdev_queryctrl,
406 .g_ctrl = v4l2_subdev_g_ctrl,
407 .s_ctrl = v4l2_subdev_s_ctrl,
408}; 405};
409 406
410static const struct v4l2_subdev_ops adv7180_ops = { 407static const struct v4l2_subdev_ops adv7180_ops = {