aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2011-01-11 08:34:52 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-01-11 11:00:55 +0000
commitf4fd58d65e05850a80bba4ee3929e3b696fbc5eb (patch)
tree83d872d8e0a5982904028d8600c2c86d806d75cd /sound
parent11b8fca53a84992c74f05a091102c32eb40f1a08 (diff)
downloadkernel_samsung_smdk4412-f4fd58d65e05850a80bba4ee3929e3b696fbc5eb.zip
kernel_samsung_smdk4412-f4fd58d65e05850a80bba4ee3929e3b696fbc5eb.tar.gz
kernel_samsung_smdk4412-f4fd58d65e05850a80bba4ee3929e3b696fbc5eb.tar.bz2
ASoC: fix migor audio build
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> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/sh/migor.c2
1 files changed, 1 insertions, 1 deletions
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>