Skip to content

Commit 29ff62f

Browse files
Jordan CrouseAndy Gross
authored andcommitted
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 <[email protected]> Acked-by: Bjorn Andersson <[email protected]> Signed-off-by: Andy Gross <[email protected]>
1 parent e718026 commit 29ff62f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/linux/qcom_scm.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
#ifndef __QCOM_SCM_H
1414
#define __QCOM_SCM_H
1515

16+
#include <linux/types.h>
17+
#include <linux/cpumask.h>
18+
1619
#define QCOM_SCM_VERSION(major, minor) (((major) << 16) | ((minor) & 0xFF))
1720
#define QCOM_SCM_CPU_PWR_DOWN_L2_ON 0x0
1821
#define QCOM_SCM_CPU_PWR_DOWN_L2_OFF 0x1

0 commit comments

Comments
 (0)