diff options
-rw-r--r-- | drivers/media/video/arv.c | 1 | ||||
-rw-r--r-- | sound/i2c/other/tea575x-tuner.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/arv.c b/drivers/media/video/arv.c index 8c7d1958856b..56ebfd5ef6fa 100644 --- a/drivers/media/video/arv.c +++ b/drivers/media/video/arv.c | |||
@@ -754,7 +754,6 @@ static const struct file_operations ar_fops = { | |||
754 | }; | 754 | }; |
755 | 755 | ||
756 | static struct video_device ar_template = { | 756 | static struct video_device ar_template = { |
757 | .owner = THIS_MODULE, | ||
758 | .name = "Colour AR VGA", | 757 | .name = "Colour AR VGA", |
759 | .type = VID_TYPE_CAPTURE, | 758 | .type = VID_TYPE_CAPTURE, |
760 | .fops = &ar_fops, | 759 | .fops = &ar_fops, |
diff --git a/sound/i2c/other/tea575x-tuner.c b/sound/i2c/other/tea575x-tuner.c index 87e3aefeddc3..187c9527725f 100644 --- a/sound/i2c/other/tea575x-tuner.c +++ b/sound/i2c/other/tea575x-tuner.c | |||
@@ -189,7 +189,6 @@ void snd_tea575x_init(struct snd_tea575x *tea) | |||
189 | } | 189 | } |
190 | 190 | ||
191 | memset(&tea->vd, 0, sizeof(tea->vd)); | 191 | memset(&tea->vd, 0, sizeof(tea->vd)); |
192 | tea->vd.owner = tea->card->module; | ||
193 | strcpy(tea->vd.name, tea->tea5759 ? "TEA5759 radio" : "TEA5757 radio"); | 192 | strcpy(tea->vd.name, tea->tea5759 ? "TEA5759 radio" : "TEA5757 radio"); |
194 | tea->vd.type = VID_TYPE_TUNER; | 193 | tea->vd.type = VID_TYPE_TUNER; |
195 | tea->vd.release = snd_tea575x_release; | 194 | tea->vd.release = snd_tea575x_release; |