diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-08-24 09:09:41 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-28 04:51:34 -0400 |
commit | 0bb5f267af41c39af895faee3abe2d9ab8c562e0 (patch) | |
tree | b18605644d1253b477d59a09c742cfc2e2f88ff8 /sound/soc/codecs/ad1980.c | |
parent | 3fe4a5ee9c312b7652cc92715ee30d3760b83e5b (diff) |
ASoC: ad1980: remove unneeded function declaration
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/ad1980.c')
-rw-r--r-- | sound/soc/codecs/ad1980.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/soc/codecs/ad1980.c b/sound/soc/codecs/ad1980.c index 81a444049936..2b9331a59c71 100644 --- a/sound/soc/codecs/ad1980.c +++ b/sound/soc/codecs/ad1980.c | |||
@@ -33,11 +33,6 @@ | |||
33 | 33 | ||
34 | #include "ad1980.h" | 34 | #include "ad1980.h" |
35 | 35 | ||
36 | static unsigned int ac97_read(struct snd_soc_codec *codec, | ||
37 | unsigned int reg); | ||
38 | static int ac97_write(struct snd_soc_codec *codec, | ||
39 | unsigned int reg, unsigned int val); | ||
40 | |||
41 | /* | 36 | /* |
42 | * AD1980 register cache | 37 | * AD1980 register cache |
43 | */ | 38 | */ |