All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sound: ASoC: fix migor audio build
@ 2011-01-11  7:34 Guennadi Liakhovetski
  2011-01-11 10:51 ` Liam Girdwood
  2011-01-11 11:02 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Guennadi Liakhovetski @ 2011-01-11  7:34 UTC (permalink / raw)
  To: alsa-devel; +Cc: Mark Brown, Liam Girdwood

Commit 6d803ba736abb5e122dede70a4720e4843dd6df4 "ARM: 6483/1: arm & sh: 
factorised duplicated clkdev.c" broke compilation of migor audio. Use the 
correct header to fix the problem.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
---
diff --git a/sound/soc/sh/migor.c b/sound/soc/sh/migor.c
index df13338..6088a6a 100644
--- a/sound/soc/sh/migor.c
+++ b/sound/soc/sh/migor.c
@@ -8,11 +8,11 @@
  * published by the Free Software Foundation.
  */
 
+#include <linux/clkdev.h>
 #include <linux/device.h>
 #include <linux/firmware.h>
 #include <linux/module.h>
 
-#include <asm/clkdev.h>
 #include <asm/clock.h>
 
 #include <cpu/sh7722.h>

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

* Re: [PATCH] sound: ASoC: fix migor audio build
  2011-01-11  7:34 [PATCH] sound: ASoC: fix migor audio build Guennadi Liakhovetski
@ 2011-01-11 10:51 ` Liam Girdwood
  2011-01-11 11:02 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Liam Girdwood @ 2011-01-11 10:51 UTC (permalink / raw)
  To: Guennadi Liakhovetski; +Cc: alsa-devel, Mark Brown

On Tue, 2011-01-11 at 08:34 +0100, Guennadi Liakhovetski wrote:
> Commit 6d803ba736abb5e122dede70a4720e4843dd6df4 "ARM: 6483/1: arm & sh: 
> factorised duplicated clkdev.c" broke compilation of migor audio. Use the 
> correct header to fix the problem.
> 
> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
> ---

Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
-- 
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk

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

* Re: [PATCH] sound: ASoC: fix migor audio build
  2011-01-11  7:34 [PATCH] sound: ASoC: fix migor audio build Guennadi Liakhovetski
  2011-01-11 10:51 ` Liam Girdwood
@ 2011-01-11 11:02 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2011-01-11 11:02 UTC (permalink / raw)
  To: Guennadi Liakhovetski; +Cc: alsa-devel, Liam Girdwood

On Tue, Jan 11, 2011 at 08:34:52AM +0100, Guennadi Liakhovetski wrote:
> Commit 6d803ba736abb5e122dede70a4720e4843dd6df4 "ARM: 6483/1: arm & sh: 
> factorised duplicated clkdev.c" broke compilation of migor audio. Use the 
> correct header to fix the problem.
> 
> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>

Applied, thanks.

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

end of thread, other threads:[~2011-01-11 11:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-11  7:34 [PATCH] sound: ASoC: fix migor audio build Guennadi Liakhovetski
2011-01-11 10:51 ` Liam Girdwood
2011-01-11 11:02 ` Mark Brown

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.