From 994b304ce786b803bd4e85aa92bd842491883a21 Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Tue, 22 Jul 2008 16:25:35 -0300 Subject: [PATCH] --- yaml --- r: 106734 b: refs/heads/master c: 322e4095c9261d4cf0326f10d8e398d05e66521c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/media/video/arv.c | 1 - trunk/sound/i2c/other/tea575x-tuner.c | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 423884db3d7a..aa71fd60ae89 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9c39d7eafa366b807067697f7fc5b14d8b865179 +refs/heads/master: 322e4095c9261d4cf0326f10d8e398d05e66521c diff --git a/trunk/drivers/media/video/arv.c b/trunk/drivers/media/video/arv.c index 8c7d1958856b..56ebfd5ef6fa 100644 --- a/trunk/drivers/media/video/arv.c +++ b/trunk/drivers/media/video/arv.c @@ -754,7 +754,6 @@ static const struct file_operations ar_fops = { }; static struct video_device ar_template = { - .owner = THIS_MODULE, .name = "Colour AR VGA", .type = VID_TYPE_CAPTURE, .fops = &ar_fops, diff --git a/trunk/sound/i2c/other/tea575x-tuner.c b/trunk/sound/i2c/other/tea575x-tuner.c index 87e3aefeddc3..187c9527725f 100644 --- a/trunk/sound/i2c/other/tea575x-tuner.c +++ b/trunk/sound/i2c/other/tea575x-tuner.c @@ -189,7 +189,6 @@ void snd_tea575x_init(struct snd_tea575x *tea) } memset(&tea->vd, 0, sizeof(tea->vd)); - tea->vd.owner = tea->card->module; strcpy(tea->vd.name, tea->tea5759 ? "TEA5759 radio" : "TEA5757 radio"); tea->vd.type = VID_TYPE_TUNER; tea->vd.release = snd_tea575x_release;