Commit 7d2bcc22 authored by Golan Ben Ami's avatar Golan Ben Ami Committed by Luca Coelho

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: default avatarGolan Ben Ami <golan.ben.ami@intel.com>
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent 86e177d8
...@@ -68,6 +68,8 @@ ...@@ -68,6 +68,8 @@
#include <linux/types.h> #include <linux/types.h>
#include <linux/bitfield.h> #include <linux/bitfield.h>
#include "iwl-trans.h"
/****************************/ /****************************/
/* Flow Handler Definitions */ /* Flow Handler Definitions */
/****************************/ /****************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment