diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-04-28 16:13:51 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-29 17:41:42 -0400 |
commit | 4407a463dd6afc892aedfbdc4237c42136d9f848 (patch) | |
tree | d97f63e564c5c3594aec947e4ba1e21685daafd6 /drivers/media/video/mt9m001.c | |
parent | 1c1e45d17b663d4749af456ab7c2fc1f36405ef8 (diff) |
V4L/DVB (7785): [2.6 patch] make mt9{m001,v022}_controls[] static
This patch makes the needlessly global mt9{m001,v022}_controls[] static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/mt9m001.c')
-rw-r--r-- | drivers/media/video/mt9m001.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/mt9m001.c b/drivers/media/video/mt9m001.c index 3fb5f63df1e6..04864cf2579c 100644 --- a/drivers/media/video/mt9m001.c +++ b/drivers/media/video/mt9m001.c | |||
@@ -372,7 +372,7 @@ static int mt9m001_set_register(struct soc_camera_device *icd, | |||
372 | } | 372 | } |
373 | #endif | 373 | #endif |
374 | 374 | ||
375 | const struct v4l2_queryctrl mt9m001_controls[] = { | 375 | static const struct v4l2_queryctrl mt9m001_controls[] = { |
376 | { | 376 | { |
377 | .id = V4L2_CID_VFLIP, | 377 | .id = V4L2_CID_VFLIP, |
378 | .type = V4L2_CTRL_TYPE_BOOLEAN, | 378 | .type = V4L2_CTRL_TYPE_BOOLEAN, |