diff options
| author | David S. Miller <davem@davemloft.net> | 2022-11-09 14:00:25 +0000 | 
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2022-11-09 14:00:25 +0000 | 
| commit | 5d041588e9f6aa79e4abfc26d93c948f15d4d5eb (patch) | |
| tree | 8b8c037d03dec47eebba5bdc487dfebe08c7c91c /drivers/net/wwan/iosm/iosm_ipc_coredump.c | |
| parent | 742c60e1285ca40642e988f7e3db92232171b27d (diff) | |
| parent | 980ec04a88c9f0046c1da65833fb77b2ffa34b04 (diff) | |
Merge branch 'wwan-iosm-fixes'
M Chetan Kumar says:
====================
net: wwan: iosm: fixes
This patch series contains iosm fixes.
PATCH1: Fix memory leak in ipc_pcie_read_bios_cfg.
PATCH2: Fix driver not working with INTEL_IOMMU disabled config.
PATCH3: Fix invalid mux header type.
PATCH4: Fix kernel build robot reported errors.
Please refer to individual commit message for details.
--
v2:
 * PATCH1: No Change
 * PATCH2: Kconfig change
           - Add dependency on PCI to resolve kernel build robot errors.
 * PATCH3: No Change
 * PATCH4: New (Fix kernel build robot errors)
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wwan/iosm/iosm_ipc_coredump.c')
| -rw-r--r-- | drivers/net/wwan/iosm/iosm_ipc_coredump.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wwan/iosm/iosm_ipc_coredump.c b/drivers/net/wwan/iosm/iosm_ipc_coredump.c index 9acd87724c9d..26ca30476f40 100644 --- a/drivers/net/wwan/iosm/iosm_ipc_coredump.c +++ b/drivers/net/wwan/iosm/iosm_ipc_coredump.c @@ -2,6 +2,7 @@  /*   * Copyright (C) 2020-2021 Intel Corporation.   */ +#include <linux/vmalloc.h>  #include "iosm_ipc_coredump.h"  | 
