aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/qcom_scm.h
diff options
context:
space:
mode:
authorJordan Crouse <jcrouse@codeaurora.org>2017-12-04 10:18:46 -0700
committerAndy Gross <andy.gross@linaro.org>2017-12-20 15:38:34 -0600
commit29ff62f7db108854cd98f5cdc92d15ccb37e81d1 (patch)
tree1657fae5f2310902357ae288aeb9ca1f196c7f38 /include/linux/qcom_scm.h
parentsoc: qcom: smp2p: Access APCS as mailbox client (diff)
downloadlinux-dev-29ff62f7db108854cd98f5cdc92d15ccb37e81d1.tar.xz
linux-dev-29ff62f7db108854cd98f5cdc92d15ccb37e81d1.zip
firmware: qcom_scm: Add dependent headers to qcom_scm.h
qcom_scm.h makes heavy use of <linux/types.h> and <linux/cpumask.h>. Add the dependent header files so that users of SCM don't need to include header files they don't otherwise use. Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org> Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'include/linux/qcom_scm.h')
-rw-r--r--include/linux/qcom_scm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/qcom_scm.h b/include/linux/qcom_scm.h
index 1fd27d68926b..b401b962afff 100644
--- a/include/linux/qcom_scm.h
+++ b/include/linux/qcom_scm.h
@@ -13,6 +13,9 @@
#ifndef __QCOM_SCM_H
#define __QCOM_SCM_H
+#include <linux/types.h>
+#include <linux/cpumask.h>
+
#define QCOM_SCM_VERSION(major, minor) (((major) << 16) | ((minor) & 0xFF))
#define QCOM_SCM_CPU_PWR_DOWN_L2_ON 0x0
#define QCOM_SCM_CPU_PWR_DOWN_L2_OFF 0x1