Skip to content

Commit

Permalink
ALSA: ASoC: pxa2xx-ac97: fix warning due to missing argument in fucti…
Browse files Browse the repository at this point in the history
…on declaration

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
  • Loading branch information
Dmitry Baryshkov authored and Jaroslav Kysela committed Jul 10, 2008
1 parent 76d39d0 commit a84534d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sound/soc/pxa/pxa2xx-ac97.c
Original file line number Diff line number Diff line change
@@ -356,7 +356,8 @@ static int pxa2xx_ac97_probe(struct platform_device *pdev,
return ret;
}

static void pxa2xx_ac97_remove(struct platform_device *pdev)
static void pxa2xx_ac97_remove(struct platform_device *pdev,
struct snd_soc_dai *dai)
{
GCR |= GCR_ACLINK_OFF;
free_irq(IRQ_AC97, NULL);

0 comments on commit a84534d

Please sign in to comment.