From: Luca Coelho Date: Wed, 14 Mar 2018 14:02:01 +0000 (+0200) Subject: iwlwifi: pcie: include tcp.h implicitly X-Git-Tag: for-linus-20180825~89^2~121^2~36^2~2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=f890269b29d71587bf223a99eb4939199a8fde40;p=linux-block.git iwlwifi: pcie: include tcp.h implicitly If CONFIG_IPV6 is not enabled in the kernel, tcp.h is not included implicitly from other header files, causing compilation errors. To solve that, explicitly include it in tx-gen2.c. Signed-off-by: Luca Coelho --- diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c b/drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c index e3ae7f91206b..64db540ad605 100644 --- a/drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c +++ b/drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c @@ -52,6 +52,7 @@ *****************************************************************************/ #include #include +#include #include "iwl-debug.h" #include "iwl-csr.h"