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 <hdhoat@codeaurora.org>
This commit is contained in:
parent
7eb20e5733
commit
ed6db47f7e
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue