aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2013-02-11 11:06:19 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-02-11 11:06:19 +0000
commit6d60568b3bc4959caac54fac93c8b0ac4069436b (patch)
treef23dbd2ec7cbd348fa80fce7500ac026cf6df13a
parentMerge remote-tracking branch 'asoc/fix/tlv320aic3x' into asoc-next (diff)
parentASoC: Ux500: Fix build error pertaining to missing include file (diff)
downloadlinux-dev-6d60568b3bc4959caac54fac93c8b0ac4069436b.tar.xz
linux-dev-6d60568b3bc4959caac54fac93c8b0ac4069436b.zip
Merge remote-tracking branch 'asoc/fix/ux500' into asoc-next
-rw-r--r--sound/soc/ux500/mop500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/ux500/mop500.c b/sound/soc/ux500/mop500.c
index ae6990738783..204b899c2311 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 <mop500_ab8500.h>
+#include "mop500_ab8500.h"
/* Define the whole MOP500 soundcard, linking platform to the codec-drivers */
struct snd_soc_dai_link mop500_dai_links[] = {