summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <m.chehab@samsung.com>2014-05-23 14:29:44 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-05-23 14:29:59 -0300
commitf472c0b59f4e06c62d855a6158b9afb313ec6400 (patch)
treeaf8904976481307991aea82e7f63c9273ac41e7f /drivers/media/usb
parent668f91d4997634a78c947b210e19309726c30693 (diff)
downloadop-kernel-dev-f472c0b59f4e06c62d855a6158b9afb313ec6400.zip
op-kernel-dev-f472c0b59f4e06c62d855a6158b9afb313ec6400.tar.gz
[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 b9b9775..0f8501f 100644
--- a/drivers/media/usb/em28xx/em28xx-video.c
+++ b/drivers/media/usb/em28xx/em28xx-video.c
@@ -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);
OpenPOWER on IntegriCloud