提交 f472c0b5 编写于 作者: M Mauro Carvalho Chehab

[media] em28xx: make em28xx_free_v4l2 static()

Changeset 95d2608b created this function, but declared it as
global, by mistake.
Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
上级 668f91d4
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册