]> asedeno.scripts.mit.edu Git - linux.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)
commitf890269b29d71587bf223a99eb4939199a8fde40
tree5d925168297b36fc87a1bab8a4a35170ffe10e11
parent266ab689656bd640f85397eb49c16c2ec0a8ccff
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