summaryrefslogtreecommitdiff
path: root/drivers/media/usb
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <m.chehab@samsung.com>2014-05-23 14:29:44 -0300
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:59:23 +0900
commit432a99715770b8c53782dc08a371b9f70fd57862 (patch)
tree8972a5b404232e0949ecfc3424129298f38c9fdd /drivers/media/usb
parentaf0acd6e98015ced38e93944bff559b6381dd373 (diff)
downloadlinux-3.10-432a99715770b8c53782dc08a371b9f70fd57862.tar.gz
linux-3.10-432a99715770b8c53782dc08a371b9f70fd57862.tar.bz2
linux-3.10-432a99715770b8c53782dc08a371b9f70fd57862.zip
upstream: [media] em28xx: make em28xx_free_v4l2 static()
Changeset 95d2608b88 created this function, but declared it as global, by mistake. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb')
-rw-r--r--drivers/media/usb/em28xx/em28xx-video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/em28xx/em28xx-video.c b/drivers/media/usb/em28xx/em28xx-video.c
index 4644b133f42..b12955c25d4 100644
--- a/drivers/media/usb/em28xx/em28xx-video.c
+++ b/drivers/media/usb/em28xx/em28xx-video.c
@@ -1878,7 +1878,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);