[alsa-devel] [PATCH] sound: ASoC: fix migor audio build

Guennadi Liakhovetski g.liakhovetski at gmx.de
Tue Jan 11 08:34:52 CET 2011


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 at 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>


More information about the Alsa-devel mailing list