summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx-video.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-12-01 00:51:35 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-12-01 15:48:57 -0800
commit943a49027b6d9829b737e6da3d72b867a7a6f832 (patch)
tree14b6fa8f407b760ca9dcb14498498bcf48f9786e /drivers/media/video/em28xx/em28xx-video.c
parent769e24382dd47434dfda681f360868c4acd8b6e2 (diff)
downloadop-kernel-dev-943a49027b6d9829b737e6da3d72b867a7a6f832.zip
op-kernel-dev-943a49027b6d9829b737e6da3d72b867a7a6f832.tar.gz
[PATCH] V4L: Makes needlessly global code static
This patch makes needlessly global code static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-video.c')
-rw-r--r--drivers/media/video/em28xx/em28xx-video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-video.c b/drivers/media/video/em28xx/em28xx-video.c
index 57c1826b92..abec32c 100644
--- a/drivers/media/video/em28xx/em28xx-video.c
+++ b/drivers/media/video/em28xx/em28xx-video.c
@@ -226,7 +226,7 @@ static int em28xx_config(struct em28xx *dev)
* em28xx_config_i2c()
* configure i2c attached devices
*/
-void em28xx_config_i2c(struct em28xx *dev)
+static void em28xx_config_i2c(struct em28xx *dev)
{
struct v4l2_frequency f;
struct video_decoder_init em28xx_vdi = {.data = NULL };
OpenPOWER on IntegriCloud