11 Jan
2011
11 Jan
'11
7:34 a.m.
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>