diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-11 15:06:19 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-11 15:06:19 +0400 |
commit | 6d60568b3bc4959caac54fac93c8b0ac4069436b (patch) | |
tree | f23dbd2ec7cbd348fa80fce7500ac026cf6df13a | |
parent | dd31f591011f83f74344dcb2e63c67348b61db9a (diff) | |
parent | 9fc4cd828107d0196b1ac0f5dec1f3b747542470 (diff) | |
download | linux-6d60568b3bc4959caac54fac93c8b0ac4069436b.tar.xz |
Merge remote-tracking branch 'asoc/fix/ux500' into asoc-next
-rw-r--r-- | sound/soc/ux500/mop500.c | 2 |
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[] = { |