diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2013-07-30 07:34:10 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-30 08:01:09 -0400 |
commit | 50b4dc690a5c6ffed4c528829cf18f77e5af98bd (patch) | |
tree | cf526aceb39283d38cae24a5c9826894b7ea74bc /sound/soc/blackfin | |
parent | 610d80eaa987e7b1a2d07ee800c9722e227a3b47 (diff) |
ASoC: bf5xx-ac97: Remove unused extern declaration
The blackfin ac97 driver never defines nor uses a global ac97 struct. So remove
the extern declaration for it.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/blackfin')
-rw-r--r-- | sound/soc/blackfin/bf5xx-ac97.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/blackfin/bf5xx-ac97.h b/sound/soc/blackfin/bf5xx-ac97.h index 0c3e22d90a8d..a680fdc9bb42 100644 --- a/sound/soc/blackfin/bf5xx-ac97.h +++ b/sound/soc/blackfin/bf5xx-ac97.h | |||
@@ -9,7 +9,6 @@ | |||
9 | #ifndef _BF5XX_AC97_H | 9 | #ifndef _BF5XX_AC97_H |
10 | #define _BF5XX_AC97_H | 10 | #define _BF5XX_AC97_H |
11 | 11 | ||
12 | extern struct snd_ac97 *ac97; | ||
13 | /* Frame format in memory, only support stereo currently */ | 12 | /* Frame format in memory, only support stereo currently */ |
14 | struct ac97_frame { | 13 | struct ac97_frame { |
15 | u16 ac97_tag; /* slot 0 */ | 14 | u16 ac97_tag; /* slot 0 */ |