From: Uwe Kleine-König Date: Tue, 24 Aug 2010 13:09:41 +0000 (+0200) Subject: ASoC: ad1980: remove unneeded function declaration X-Git-Tag: v2.6.37-rc1~126^2~1^2~147 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0bb5f267af41c39af895faee3abe2d9ab8c562e0;p=thirdparty%2Fkernel%2Flinux.git ASoC: ad1980: remove unneeded function declaration Signed-off-by: Uwe Kleine-König Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/ad1980.c b/sound/soc/codecs/ad1980.c index 81a4440499366..2b9331a59c71d 100644 --- a/sound/soc/codecs/ad1980.c +++ b/sound/soc/codecs/ad1980.c @@ -33,11 +33,6 @@ #include "ad1980.h" -static unsigned int ac97_read(struct snd_soc_codec *codec, - unsigned int reg); -static int ac97_write(struct snd_soc_codec *codec, - unsigned int reg, unsigned int val); - /* * AD1980 register cache */