diff options
author | M Chetan Kumar <m.chetan.kumar@linux.intel.com> | 2021-09-14 11:18:01 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-09-14 14:25:30 +0100 |
commit | 0f440524b69787ec2a843bc474a786beabc0bfa9 (patch) | |
tree | 0e77113bd83dc55c7cacf176a338e32ebbde16c7 /drivers/net/wwan | |
parent | da9facf1c1825201956c2553e06d455dea3e0313 (diff) |
net: wwan: iosm: fix linux-next build error
Removed "stdbool.h" inclusion in iosm_ipc_imem.h
Fixes: 13bb8429ca98 ("net: wwan: iosm: firmware flashing and coredump collection")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: M Chetan Kumar <m.chetan.kumar@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wwan')
-rw-r--r-- | drivers/net/wwan/iosm/iosm_ipc_imem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wwan/iosm/iosm_ipc_imem.h b/drivers/net/wwan/iosm/iosm_ipc_imem.h index 8380008232be..6be6708b4eec 100644 --- a/drivers/net/wwan/iosm/iosm_ipc_imem.h +++ b/drivers/net/wwan/iosm/iosm_ipc_imem.h @@ -7,7 +7,6 @@ #define IOSM_IPC_IMEM_H #include <linux/skbuff.h> -#include <stdbool.h> #include "iosm_ipc_mmio.h" #include "iosm_ipc_pcie.h" |