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-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7d2bcc22cd16dd3997df2c8417a2cd31b79c3bae;p=linux.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 df0e9ffff7067..4f7254303853a 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 */ /****************************/