net: wwan: iosm: fix linux-next build error
authorM Chetan Kumar <m.chetan.kumar@linux.intel.com>
Tue, 14 Sep 2021 05:48:01 +0000 (11:18 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Sep 2021 13:25:30 +0000 (14:25 +0100)
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>
drivers/net/wwan/iosm/iosm_ipc_imem.h

index 8380008..6be6708 100644 (file)
@@ -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"