diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2008-07-08 11:45:42 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-07-10 03:33:03 -0400 |
commit | a84534dc179d3e9f501e5a12598cc5271cd28f5b (patch) | |
tree | e66b586df7c0f4dfd7629f899f6be319647a4f30 /sound/soc | |
parent | 76d39d0a1947fee4c29976e507fb93188eaa2b38 (diff) |
ALSA: ASoC: pxa2xx-ac97: fix warning due to missing argument in fuction 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>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/pxa/pxa2xx-ac97.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/pxa/pxa2xx-ac97.c b/sound/soc/pxa/pxa2xx-ac97.c index b458667538cd..059af815ea0c 100644 --- a/sound/soc/pxa/pxa2xx-ac97.c +++ b/sound/soc/pxa/pxa2xx-ac97.c | |||
@@ -356,7 +356,8 @@ static int pxa2xx_ac97_probe(struct platform_device *pdev, | |||
356 | return ret; | 356 | return ret; |
357 | } | 357 | } |
358 | 358 | ||
359 | static void pxa2xx_ac97_remove(struct platform_device *pdev) | 359 | static void pxa2xx_ac97_remove(struct platform_device *pdev, |
360 | struct snd_soc_dai *dai) | ||
360 | { | 361 | { |
361 | GCR |= GCR_ACLINK_OFF; | 362 | GCR |= GCR_ACLINK_OFF; |
362 | free_irq(IRQ_AC97, NULL); | 363 | free_irq(IRQ_AC97, NULL); |