dect
/
linux-2.6
Archived
13
0
Fork 0

V4L/DVB (4834): Cafe_ccic.c: make a function static

This patch makes the needlessly global cafe_v4l_dev_release() static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Adrian Bunk 2006-11-17 11:59:22 -03:00 committed by Mauro Carvalho Chehab
parent c01d1e486a
commit ab33668f8e
1 changed files with 1 additions and 1 deletions

View File

@ -1688,7 +1688,7 @@ static struct v4l2_tvnorm cafe_tvnorm[] = {
};
void cafe_v4l_dev_release(struct video_device *vd)
static void cafe_v4l_dev_release(struct video_device *vd)
{
struct cafe_camera *cam = container_of(vd, struct cafe_camera, v4ldev);