[media] em28xx: make em28xx_free_v4l2 static()
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 23 May 2014 17:29:44 +0000 (14:29 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 23 May 2014 17:29:59 +0000 (14:29 -0300)
Changeset 95d2608b88 created this function, but declared it as
global, by mistake.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/usb/em28xx/em28xx-video.c

index b9b9775aa9c432c3c86332a6a2a86a04f996bba6..0f8501f39fa7e1d1d73d5e76b061dcc911776329 100644 (file)
@@ -1872,7 +1872,7 @@ static int radio_s_tuner(struct file *file, void *priv,
  *
  * Called when all users of struct em28xx_v4l2 are gone
  */
-void em28xx_free_v4l2(struct kref *ref)
+static void em28xx_free_v4l2(struct kref *ref)
 {
        struct em28xx_v4l2 *v4l2 = container_of(ref, struct em28xx_v4l2, ref);
 
This page took 0.025158 seconds and 5 git commands to generate.