From: Golan Ben Ami Date: Tue, 3 Apr 2018 13:39:18 +0000 (+0300) Subject: iwlwifi: add required include to iwl-fh.h X-Git-Tag: Ubuntu-5.2.0-15.16~3224^2~198^2~86^2~41 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=7d2bcc22cd16dd3997df2c8417a2cd31b79c3bae;p=mirror_ubuntu-eoan-kernel.git iwlwifi: add required include to iwl-fh.h Some variables are used in iwl-fh.h, but their type's definition isn't included. This may break compilation when using the file without including the necessary dependencies first. Add the required include to iwl-fh.h. Signed-off-by: Golan Ben Ami Signed-off-by: Luca Coelho --- diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-fh.h b/drivers/net/wireless/intel/iwlwifi/iwl-fh.h index df0e9ffff706..4f7254303853 100644 --- a/drivers/net/wireless/intel/iwlwifi/iwl-fh.h +++ b/drivers/net/wireless/intel/iwlwifi/iwl-fh.h @@ -68,6 +68,8 @@ #include #include +#include "iwl-trans.h" + /****************************/ /* Flow Handler Definitions */ /****************************/