Merge "cnss_utils: ipc_qmi: Include sched.h header file"

This commit is contained in:
qctecmdr 2021-10-06 20:47:12 -07:00 committed by Gerrit - the friendly Code Review server
commit df948c0d82

View File

@ -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>