From ed6db47f7e83c8827a347fa00ba557017f2ec14d Mon Sep 17 00:00:00 2001 From: Dhoat Harpal Date: Fri, 15 Jul 2016 19:31:39 +0530 Subject: [PATCH] soc: qcom: glink: Included sched.h to avoid build error 32 bit Compilation is failed due to undeclared usage of TASK_UNINTERRUPTIBLE. Include sched.h header file for the definition of TASK_UNINTERRUPTIBLE. CRs-Fixed: 1042813 Change-Id: I947b8d08f61624b914bd82caf4276364b9833cef Signed-off-by: Dhoat Harpal --- drivers/soc/qcom/glink_private.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/soc/qcom/glink_private.h b/drivers/soc/qcom/glink_private.h index 2f064e546f48..cdd6988418f7 100644 --- a/drivers/soc/qcom/glink_private.h +++ b/drivers/soc/qcom/glink_private.h @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include