From 74ccec40a812a91e21f031dea0a4283c9714c5fd Mon Sep 17 00:00:00 2001 From: Ondrej Zary Date: Thu, 12 May 2011 22:18:09 +0200 Subject: [PATCH] --- yaml --- r: 248179 b: refs/heads/master c: 3d11ba5593b801b1db85e9680d585713e6039112 h: refs/heads/master i: 248177: a55643ecb37cba1a2c6124ef18e67d924b3647d9 248175: 7ce8b5978bb56d95020954f28ed270755eacd79c v: v3 --- [refs] | 2 +- trunk/include/sound/tea575x-tuner.h | 1 - trunk/sound/pci/es1968.c | 1 - trunk/sound/pci/fm801.c | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index fc0fd04eb6a3..7b84a5b7dc16 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ea27316e4cd13b25727715c0db8adb0b1661f5e7 +refs/heads/master: 3d11ba5593b801b1db85e9680d585713e6039112 diff --git a/trunk/include/sound/tea575x-tuner.h b/trunk/include/sound/tea575x-tuner.h index 0291f48e035e..42ce8cd7616f 100644 --- a/trunk/include/sound/tea575x-tuner.h +++ b/trunk/include/sound/tea575x-tuner.h @@ -42,7 +42,6 @@ struct snd_tea575x_ops { }; struct snd_tea575x { - struct snd_card *card; struct video_device *vd; /* video device */ bool tea5759; /* 5759 chip is present */ bool mute; /* Device is muted? */ diff --git a/trunk/sound/pci/es1968.c b/trunk/sound/pci/es1968.c index 3f3ff1bae814..ec7f8371a812 100644 --- a/trunk/sound/pci/es1968.c +++ b/trunk/sound/pci/es1968.c @@ -2793,7 +2793,6 @@ static int __devinit snd_es1968_create(struct snd_card *card, snd_card_set_dev(card, &pci->dev); #ifdef CONFIG_SND_ES1968_RADIO - chip->tea.card = card; chip->tea.private_data = chip; chip->tea.ops = &snd_es1968_tea_ops; if (!snd_tea575x_init(&chip->tea)) diff --git a/trunk/sound/pci/fm801.c b/trunk/sound/pci/fm801.c index 1d4e71cc18b6..ae5c270bfa7d 100644 --- a/trunk/sound/pci/fm801.c +++ b/trunk/sound/pci/fm801.c @@ -1230,7 +1230,6 @@ static int __devinit snd_fm801_create(struct snd_card *card, snd_card_set_dev(card, &pci->dev); #ifdef TEA575X_RADIO - chip->tea.card = card; chip->tea.private_data = chip; chip->tea.ops = &snd_fm801_tea_ops; if ((tea575x_tuner & TUNER_TYPE_MASK) > 0 &&