aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wwan/iosm/iosm_ipc_devlink.c
diff options
context:
space:
mode:
authorM Chetan Kumar <m.chetan.kumar@linux.intel.com>2022-11-07 13:05:24 +0530
committerDavid S. Miller <davem@davemloft.net>2022-11-09 14:00:25 +0000
commit980ec04a88c9f0046c1da65833fb77b2ffa34b04 (patch)
tree8b8c037d03dec47eebba5bdc487dfebe08c7c91c /drivers/net/wwan/iosm/iosm_ipc_devlink.c
parentnet: wwan: iosm: fix invalid mux header type (diff)
downloadlinux-dev-980ec04a88c9f0046c1da65833fb77b2ffa34b04.tar.xz
linux-dev-980ec04a88c9f0046c1da65833fb77b2ffa34b04.zip
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>
Diffstat (limited to '')
-rw-r--r--drivers/net/wwan/iosm/iosm_ipc_devlink.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wwan/iosm/iosm_ipc_devlink.c b/drivers/net/wwan/iosm/iosm_ipc_devlink.c
index 17da85a8f337..2fe724d623c0 100644
--- a/drivers/net/wwan/iosm/iosm_ipc_devlink.c
+++ b/drivers/net/wwan/iosm/iosm_ipc_devlink.c
@@ -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"