summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/em28xx/em28xx-video.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-01-28 22:10:48 +0000
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-28 22:10:48 +0000
commit82fd525e0cfcc67834036ebf3ab7ff1503450d4c (patch)
treecb6b4969466518e1ad04ff0dc4b79340c7fa5c00 /linux/drivers/media/video/em28xx/em28xx-video.c
parent61b878bfbc2968d20a75904fe87ccd6151822180 (diff)
downloadmediapointer-dvb-s2-82fd525e0cfcc67834036ebf3ab7ff1503450d4c.tar.gz
mediapointer-dvb-s2-82fd525e0cfcc67834036ebf3ab7ff1503450d4c.tar.bz2
em28xx/: make 2 functions static
From: Adrian Bunk <bunk@kernel.org> This patch makes the following needlessly global functions static: - em28xx-core.c:em28xx_write_reg_bits() - em28xx-video.c:em28xx_vdev_init() Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/em28xx/em28xx-video.c')
-rw-r--r--linux/drivers/media/video/em28xx/em28xx-video.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-video.c b/linux/drivers/media/video/em28xx/em28xx-video.c
index 284b385fb..7af56469e 100644
--- a/linux/drivers/media/video/em28xx/em28xx-video.c
+++ b/linux/drivers/media/video/em28xx/em28xx-video.c
@@ -1871,10 +1871,10 @@ void em28xx_unregister_extension(struct em28xx_ops *ops)
}
EXPORT_SYMBOL(em28xx_unregister_extension);
-struct video_device *em28xx_vdev_init(struct em28xx *dev,
- const struct video_device *template,
- const int type,
- const char *type_name)
+static struct video_device *em28xx_vdev_init(struct em28xx *dev,
+ const struct video_device *template,
+ const int type,
+ const char *type_name)
{
struct video_device *vfd;