All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
To: linux-sh@vger.kernel.org
Subject: [PATCH 1/5] ASoC: fix compile breakage of the sh/siu driver
Date: Fri, 17 Sep 2010 10:29:46 +0000	[thread overview]
Message-ID: <Pine.LNX.4.64.1009171211580.4988@axis700.grange> (raw)

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


WARNING: multiple messages have this Message-ID (diff)
From: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
To: alsa-devel@alsa-project.org
Cc: linux-sh@vger.kernel.org,
	Mark Brown <broonie@opensource.wolfsonmicro.com>,
	Liam Girdwood <lrg@slimlogic.co.uk>
Subject: [PATCH 1/5] ASoC: fix compile breakage of the sh/siu driver
Date: Fri, 17 Sep 2010 12:29:46 +0200 (CEST)	[thread overview]
Message-ID: <Pine.LNX.4.64.1009171211580.4988@axis700.grange> (raw)
In-Reply-To: <Pine.LNX.4.64.1009171129550.4988@axis700.grange>

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


             reply	other threads:[~2010-09-17 10:29 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-17 10:29 Guennadi Liakhovetski [this message]
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
2010-09-19 15:04   ` Mark Brown
  -- strict thread matches above, loose matches on Subject: below --
2010-09-17 10:29 [PATCH 0/5] fix SIU and Migo-R sound for 2.6.37 Guennadi Liakhovetski
2010-09-17 10:29 ` Guennadi Liakhovetski
2010-09-17 10:30 ` [PATCH 2/5] sh: fix an SIU device name mismatch Guennadi Liakhovetski
2010-09-17 10:30   ` Guennadi Liakhovetski
2010-09-19 15:04   ` Mark Brown
2010-09-19 15:04     ` Mark Brown
2010-09-17 10:30 ` [PATCH 3/5] ASoC: lowercase wm8978 codec name to match its only user Guennadi Liakhovetski
2010-09-17 10:30   ` [PATCH 3/5] ASoC: lowercase wm8978 codec name to match its only user and other codecs Guennadi Liakhovetski
2010-09-17 12:53   ` [PATCH 3/5] ASoC: lowercase wm8978 codec name to match its Mark Brown
2010-09-17 12:53     ` [PATCH 3/5] ASoC: lowercase wm8978 codec name to match its only user and other codecs Mark Brown
2010-09-19 15:59     ` [PATCH 3/5] ASoC: lowercase wm8978 codec name to match its only Guennadi Liakhovetski
2010-09-19 15:59       ` [PATCH 3/5] ASoC: lowercase wm8978 codec name to match its only user and other codecs Guennadi Liakhovetski
2010-09-19 19:45       ` [PATCH 3/5] ASoC: lowercase wm8978 codec name to match its Mark Brown
2010-09-19 19:45         ` [PATCH 3/5] ASoC: lowercase wm8978 codec name to match its only user and other codecs Mark Brown
2010-09-20  8:12     ` [alsa-devel] [PATCH 3/5] ASoC: lowercase wm8978 codec name to Liam Girdwood
2010-09-20  8:12       ` [alsa-devel] [PATCH 3/5] ASoC: lowercase wm8978 codec name to match its only user and other codecs Liam Girdwood
2010-09-20  9:29       ` [alsa-devel] [PATCH 3/5] ASoC: lowercase wm8978 codec name to Mark Brown
2010-09-20  9:29         ` [alsa-devel] [PATCH 3/5] ASoC: lowercase wm8978 codec name to match its only user and other codecs Mark Brown
2010-09-17 10:30 ` [PATCH 4/5] ASoC: fix clkdev API usage in sh/migor.c Guennadi Liakhovetski
2010-09-17 10:30   ` Guennadi Liakhovetski
2010-09-19 15:05   ` Mark Brown
2010-09-19 15:05     ` Mark Brown
2010-09-17 10:30 ` [PATCH 5/5] ASoC: fix SIU driver breakage, occurred during the Guennadi Liakhovetski
2010-09-17 10:30   ` [PATCH 5/5] ASoC: fix SIU driver breakage, occurred during the multi-component transition Guennadi Liakhovetski
2010-09-19 15:05   ` [PATCH 5/5] ASoC: fix SIU driver breakage, occurred during the Mark Brown
2010-09-19 15:05     ` [PATCH 5/5] ASoC: fix SIU driver breakage, occurred during the multi-component transition Mark Brown
2010-09-17 12:19 ` [PATCH 0/5] fix SIU and Migo-R sound for 2.6.37 Mark Brown
2010-09-17 12:19   ` Mark Brown
2010-09-17 12:35   ` Guennadi Liakhovetski
2010-09-17 12:35     ` Guennadi Liakhovetski
2010-09-17 12:59     ` Mark Brown
2010-09-17 12:59       ` Mark Brown
2010-09-17 13:13       ` Guennadi Liakhovetski
2010-09-17 13:13         ` Guennadi Liakhovetski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.64.1009171211580.4988@axis700.grange \
    --to=g.liakhovetski@gmx.de \
    --cc=linux-sh@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.