From: Lars-Peter Clausen Date: Tue, 30 Jul 2013 11:34:10 +0000 (+0200) Subject: ASoC: bf5xx-ac97: Remove unused extern declaration X-Git-Tag: accepted/tizen/common/20141203.182822~1038^2~176^2~51^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=50b4dc690a5c6ffed4c528829cf18f77e5af98bd;p=platform%2Fkernel%2Flinux-arm64.git 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 Signed-off-by: Mark Brown --- diff --git a/sound/soc/blackfin/bf5xx-ac97.h b/sound/soc/blackfin/bf5xx-ac97.h index 0c3e22d..a680fdc 100644 --- a/sound/soc/blackfin/bf5xx-ac97.h +++ b/sound/soc/blackfin/bf5xx-ac97.h @@ -9,7 +9,6 @@ #ifndef _BF5XX_AC97_H #define _BF5XX_AC97_H -extern struct snd_ac97 *ac97; /* Frame format in memory, only support stereo currently */ struct ac97_frame { u16 ac97_tag; /* slot 0 */