]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: pcie: include tcp.h implicitly
authorLuca Coelho <luciano.coelho@intel.com>
Wed, 14 Mar 2018 14:02:01 +0000 (16:02 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Thu, 2 Aug 2018 07:50:08 +0000 (10:50 +0300)
commit56630d7bd826db3445188429e547cfc90fe55657
tree5d925168297b36fc87a1bab8a4a35170ffe10e11
parent7428bf610886ce0fcae634eb5b6483879b72cc78
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 <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c