Selaa lähdekoodia

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>
Adrian Bunk 18 vuotta sitten
vanhempi
commit
ab33668f8e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      drivers/media/video/cafe_ccic.c

+ 1 - 1
drivers/media/video/cafe_ccic.c

@@ -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);