aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2010-09-17 06:29:46 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-09-19 11:04:19 -0400
commitc54291de432954b99348449723f2ce2bfe102753 (patch)
treee3254840e404bae1252f0310ff8061ab3667a4ba /sound/soc/sh
parent382e30200244a80358b65dcc63ccba4424bf752a (diff)
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 <g.liakhovetski@gmx.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/sh')
-rw-r--r--sound/soc/sh/siu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/sh/siu.h b/sound/soc/sh/siu.h
index aa239ff7310d..1c0e1f72e4d4 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)
182#define SIU_BRRB (0x10c / sizeof(u32)) 182#define SIU_BRRB (0x10c / sizeof(u32))
183 183
184extern struct snd_soc_platform_driver siu_platform; 184extern struct snd_soc_platform_driver siu_platform;
185extern struct snd_soc_dai_driver siu_i2s_dai;
186extern struct siu_info *siu_i2s_data; 185extern struct siu_info *siu_i2s_data;
187 186
188int siu_init_port(int port, struct siu_port **port_info, struct snd_card *card); 187int siu_init_port(int port, struct siu_port **port_info, struct snd_card *card);