From: Lee Jones Date: Thu, 31 Jan 2013 12:34:00 +0000 (+0000) Subject: ASoC: Ux500: Fix build error pertaining to missing include file X-Git-Tag: v3.9-rc1~52^2~16^2~35^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9fc4cd828107d0196b1ac0f5dec1f3b747542470;p=platform%2Fkernel%2Flinux-exynos.git ASoC: Ux500: Fix build error pertaining to missing include file Some compilers complain when building sound for MOP500: sound/soc/ux500/mop500.c:27:27: fatal error: mop500_ab8500.h: No such file or directory That file is actually in the local directory rather than include. Signed-off-by: Lee Jones Signed-off-by: Mark Brown --- diff --git a/sound/soc/ux500/mop500.c b/sound/soc/ux500/mop500.c index ae69907..204b899 100644 --- a/sound/soc/ux500/mop500.c +++ b/sound/soc/ux500/mop500.c @@ -24,7 +24,7 @@ #include "ux500_pcm.h" #include "ux500_msp_dai.h" -#include +#include "mop500_ab8500.h" /* Define the whole MOP500 soundcard, linking platform to the codec-drivers */ struct snd_soc_dai_link mop500_dai_links[] = {