diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2010-09-17 06:29:46 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-19 11:04:19 -0400 |
commit | c54291de432954b99348449723f2ce2bfe102753 (patch) | |
tree | e3254840e404bae1252f0310ff8061ab3667a4ba /sound/soc/sh | |
parent | 382e30200244a80358b65dcc63ccba4424bf752a (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.h | 1 |
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 | ||
184 | extern struct snd_soc_platform_driver siu_platform; | 184 | extern struct snd_soc_platform_driver siu_platform; |
185 | extern struct snd_soc_dai_driver siu_i2s_dai; | ||
186 | extern struct siu_info *siu_i2s_data; | 185 | extern struct siu_info *siu_i2s_data; |
187 | 186 | ||
188 | int siu_init_port(int port, struct siu_port **port_info, struct snd_card *card); | 187 | int siu_init_port(int port, struct siu_port **port_info, struct snd_card *card); |