From: Guennadi Liakhovetski Date: Fri, 17 Sep 2010 10:29:46 +0000 (+0200) Subject: ASoC: fix compile breakage of the sh/siu driver X-Git-Tag: v3.0~832^2~32^2~540 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c54291de432954b99348449723f2ce2bfe102753;p=platform%2Fkernel%2Flinux-amlogic.git ASoC: fix compile breakage of the sh/siu driver The sh/siu ASoC driver doesn't compile because of a function defined static in the source and extern in a header. Remove the unneeded declaration in the header. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Mark Brown --- diff --git a/sound/soc/sh/siu.h b/sound/soc/sh/siu.h index aa239ff..1c0e1f7 100644 --- a/sound/soc/sh/siu.h +++ b/sound/soc/sh/siu.h @@ -182,7 +182,6 @@ static inline u32 siu_read32(u32 __iomem *addr) #define SIU_BRRB (0x10c / sizeof(u32)) extern struct snd_soc_platform_driver siu_platform; -extern struct snd_soc_dai_driver siu_i2s_dai; extern struct siu_info *siu_i2s_data; int siu_init_port(int port, struct siu_port **port_info, struct snd_card *card);