linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/5] ASoC: fix compile breakage of the sh/siu driver
@ 2010-09-17 10:29 Guennadi Liakhovetski
  2010-09-19 15:04 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Guennadi Liakhovetski @ 2010-09-17 10:29 UTC (permalink / raw)
  To: linux-sh

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>
---
 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 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);
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/5] ASoC: fix compile breakage of the sh/siu driver
  2010-09-17 10:29 [PATCH 1/5] ASoC: fix compile breakage of the sh/siu driver Guennadi Liakhovetski
@ 2010-09-19 15:04 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2010-09-19 15:04 UTC (permalink / raw)
  To: linux-sh

On Fri, Sep 17, 2010 at 12:29:46PM +0200, Guennadi Liakhovetski wrote:
> 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>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-19 15:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-17 10:29 [PATCH 1/5] ASoC: fix compile breakage of the sh/siu driver Guennadi Liakhovetski
2010-09-19 15:04 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).