diff options
Diffstat (limited to 'drivers/media/video/mt9v022.c')
-rw-r--r-- | drivers/media/video/mt9v022.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/mt9v022.c b/drivers/media/video/mt9v022.c index d4b9e2744343..597df6582a02 100644 --- a/drivers/media/video/mt9v022.c +++ b/drivers/media/video/mt9v022.c | |||
@@ -452,7 +452,7 @@ static int mt9v022_set_register(struct soc_camera_device *icd, | |||
452 | } | 452 | } |
453 | #endif | 453 | #endif |
454 | 454 | ||
455 | const struct v4l2_queryctrl mt9v022_controls[] = { | 455 | static const struct v4l2_queryctrl mt9v022_controls[] = { |
456 | { | 456 | { |
457 | .id = V4L2_CID_VFLIP, | 457 | .id = V4L2_CID_VFLIP, |
458 | .type = V4L2_CTRL_TYPE_BOOLEAN, | 458 | .type = V4L2_CTRL_TYPE_BOOLEAN, |