aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorAndy Gross <andy.gross@linaro.org>2019-01-22 15:05:52 -0600
committerAndy Gross <andy.gross@linaro.org>2019-01-22 15:05:52 -0600
commita5fc7526038b66eede0e50a96475b3a2e70849eb (patch)
tree6269c6a9b3a52600ff2f4f7c71b91c101ec23691 /include/linux
parentLinux 5.0-rc1 (diff)
parentqcom-scm: Include <linux/err.h> header (diff)
Merge tag 'qcom-fixes-for-5.0-rc1' into drivers-for-5.1
Qualcomm Driver Fixes for 5.0-rc1 * Add required includes into qcom_scm.h
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/qcom_scm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/qcom_scm.h b/include/linux/qcom_scm.h
index 1637385bcc17..d0aecc04c54b 100644
--- a/include/linux/qcom_scm.h
+++ b/include/linux/qcom_scm.h
@@ -13,6 +13,7 @@
#ifndef __QCOM_SCM_H
#define __QCOM_SCM_H
+#include <linux/err.h>
#include <linux/types.h>
#include <linux/cpumask.h>