cnss_utils: ipc_qmi: Include sched.h header file
Include sched.h to make sure task_struct is defined which will be used from current.h. Change-Id: I6231066106401e429f9c3a7451aacf69c97dd25f Signed-off-by: Yue Ma <yuem@codeaurora.org>
This commit is contained in:
parent
330573fdd3
commit
d8cc408a37
@ -8,6 +8,7 @@
|
||||
#if IS_ENABLED(CONFIG_IPC_LOGGING)
|
||||
#include <linux/ipc_logging.h>
|
||||
#endif
|
||||
#include <linux/sched.h>
|
||||
#include <asm/current.h>
|
||||
#include <linux/limits.h>
|
||||
#include <linux/slab.h>
|
||||
|
Loading…
Reference in New Issue
Block a user