net: wwan: iosm: fix kernel test robot reported errors
Include linux/vmalloc.h in iosm_ipc_coredump.c & iosm_ipc_devlink.c to resolve kernel test robot errors. Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: M Chetan Kumar <m.chetan.kumar@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
02d2d2ea4a
commit
980ec04a88
|
@ -2,6 +2,7 @@
|
|||
/*
|
||||
* Copyright (C) 2020-2021 Intel Corporation.
|
||||
*/
|
||||
#include <linux/vmalloc.h>
|
||||
|
||||
#include "iosm_ipc_coredump.h"
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
/*
|
||||
* Copyright (C) 2020-2021 Intel Corporation.
|
||||
*/
|
||||
#include <linux/vmalloc.h>
|
||||
|
||||
#include "iosm_ipc_chnl_cfg.h"
|
||||
#include "iosm_ipc_coredump.h"
|
||||
|
|
Loading…
Reference in New Issue