commit | 3b2c9103a0de6cf8f93f150df0d0c84c4534a57e | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Wed Feb 27 00:54:02 2013 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Feb 27 00:54:00 2013 -0800 |
tree | e7e0e36a0ca554f447a65bf65e562267973efc56 | |
parent | 3160f003799cc9e887a197eac1d219ce7548af86 [diff] | |
parent | 46118240a02bcaa3ee2b3f5f59a9cd5277b23d92 [diff] |
Merge "ASoC: msm8974: Fix compilation error"
diff --git a/sound/soc/msm/msm8974.c b/sound/soc/msm/msm8974.c index 91e5e67..c5cfa11 100644 --- a/sound/soc/msm/msm8974.c +++ b/sound/soc/msm/msm8974.c
@@ -27,7 +27,7 @@ #include <asm/mach-types.h> #include <mach/socinfo.h> #include <sound/pcm_params.h> -#include <qdsp6v2/msm-pcm-routing-v2.h> +#include "qdsp6v2/msm-pcm-routing-v2.h" #include "../codecs/wcd9320.h" #include <linux/io.h>