From 90a08471201250a55f584ca6b7b17548260c2c33 Mon Sep 17 00:00:00 2001 From: Trent Piepho Date: Thu, 23 Aug 2007 21:06:35 -0700 Subject: cx88-alsa: Eliminate snd_cx88_cards From: Trent Piepho The driver kepts a static global array of snd_card pointers for each card probed, which was never used. Signed-off-by: Trent Piepho --- linux/drivers/media/video/cx88/cx88-alsa.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'linux') diff --git a/linux/drivers/media/video/cx88/cx88-alsa.c b/linux/drivers/media/video/cx88/cx88-alsa.c index 2a865e8d1..1482762bd 100644 --- a/linux/drivers/media/video/cx88/cx88-alsa.c +++ b/linux/drivers/media/video/cx88/cx88-alsa.c @@ -112,7 +112,6 @@ typedef struct cx88_audio_dev snd_cx88_card_t; static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ static int enable[SNDRV_CARDS] = {1, [1 ... (SNDRV_CARDS - 1)] = 1}; -static struct snd_card *snd_cx88_cards[SNDRV_CARDS]; #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10) static unsigned int dummy; @@ -811,8 +810,6 @@ static int __devinit cx88_audio_initdev(struct pci_dev *pci, snd_card_free(card); return (err); } - snd_cx88_cards[devno] = card; - pci_set_drvdata(pci,card); devno++; -- cgit v1.2.3