summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorDevesh Jhunjhunwala <deveshj@codeaurora.org>2016-01-26 12:50:39 -0800
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-22 10:58:51 -0700
commit832a53931ee6cdadd0cb6abcfb5303fc01991738 (patch)
tree5b6732f0d52a8df5ea1eddd02c5f8f81910a1944 /include/soc
parentf910a321bdf2bb596db433a921e53267683dcb24 (diff)
soc: qcom: Include the kryo-l2-accessors driver in build
Add the kryo-l2-accessors driver to the build. Signed-off-by: Devesh Jhunjhunwala <deveshj@codeaurora.org>
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/qcom/kryo-l2-accessors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/soc/qcom/kryo-l2-accessors.h b/include/soc/qcom/kryo-l2-accessors.h
index fc738783ec3c..5d8333e1b6cf 100644
--- a/include/soc/qcom/kryo-l2-accessors.h
+++ b/include/soc/qcom/kryo-l2-accessors.h
@@ -14,7 +14,7 @@
#ifndef __ASM_ARCH_MSM_MSM_KRYO_L2_ACCESSORS_H
#define __ASM_ARCH_MSM_MSM_KRYO_L2_ACCESSORS_H
-#ifdef CONFIG_ARCH_MSM8996
+#ifdef CONFIG_ARCH_QCOM
void set_l2_indirect_reg(u64 reg_addr, u64 val);
u64 get_l2_indirect_reg(u64 reg_addr);
#else