Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed6db47f authored by Dhoat Harpal's avatar Dhoat Harpal
Browse files

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: default avatarDhoat Harpal <hdhoat@codeaurora.org>
parent 7eb20e57
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
#include <linux/kernel.h>
#include <linux/kref.h>
#include <linux/ratelimit.h>
#include <linux/sched.h>
#include <linux/seq_file.h>
#include <linux/spinlock.h>
#include <linux/types.h>