V4L/DVB (7785): [2.6 patch] make mt9{m001,v022}_controls[] static
[deliverable/linux.git] / drivers / media / video / mt9m001.c
index 3fb5f63df1e6392e000cd7e3b94180e5bec2705d..04864cf2579cbfb2a2d6d5046337aac25b5193c7 100644 (file)
@@ -372,7 +372,7 @@ static int mt9m001_set_register(struct soc_camera_device *icd,
 }
 #endif
 
-const struct v4l2_queryctrl mt9m001_controls[] = {
+static const struct v4l2_queryctrl mt9m001_controls[] = {
        {
                .id             = V4L2_CID_VFLIP,
                .type           = V4L2_CTRL_TYPE_BOOLEAN,
This page took 0.026027 seconds and 5 git commands to generate.