summaryrefslogtreecommitdiff
path: root/sound/soc/msm/msm8226.c
diff options
context:
space:
mode:
authorVikram Mulukutla <markivx@codeaurora.org>2013-12-13 15:27:32 -0800
committerVikram Mulukutla <markivx@codeaurora.org>2014-01-27 19:08:06 -0800
commitbd91122223fd4cf1f5bbda7d03b488f4292c38a3 (patch)
treec07c44a3165286e85dbe336e985eeccaa39b91fe /sound/soc/msm/msm8226.c
parenta18f488cdf71d93facf583ec7319ef05c22d9927 (diff)
msm: Move PIL and SSR headers
Architectural changes in the ARM Linux kernel require moving some MSM specific headers related to the peripheral image loader and the subsystem restart drivers to include/soc/qcom. subsystem_restart.h is used by external modules and thus leave a proxy in include/soc/qcom for now. Once external modules switch over to this new include path, the header in the old location can be deleted. Change-Id: I0680dc34481d09170ce2609259c5318a9e6dbf37 Signed-off-by: Vikram Mulukutla <markivx@codeaurora.org>
Diffstat (limited to 'sound/soc/msm/msm8226.c')
-rw-r--r--sound/soc/msm/msm8226.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/msm/msm8226.c b/sound/soc/msm/msm8226.c
index 44d40bb209a3..f081bee2f153 100644
--- a/sound/soc/msm/msm8226.c
+++ b/sound/soc/msm/msm8226.c
@@ -18,6 +18,7 @@
#include <linux/slab.h>
#include <linux/mfd/pm8xxx/pm8921.h>
#include <linux/io.h>
+#include <soc/qcom/subsystem_notif.h>
#include <sound/core.h>
#include <sound/soc.h>
#include <sound/soc-dapm.h>
@@ -25,7 +26,6 @@
#include <sound/jack.h>
#include <sound/q6afe-v2.h>
#include <mach/socinfo.h>
-#include <mach/subsystem_notif.h>
#include <qdsp6v2/msm-pcm-routing-v2.h>
#include "qdsp6v2/q6core.h"
#include "../codecs/wcd9xxx-common.h"