diff options
author | David Spinadel <david.spinadel@intel.com> | 2012-03-25 16:20:12 +0200 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2012-04-18 07:31:57 -0700 |
commit | a025ec3e39ca160bcc9cf3c082f889104c9b1c61 (patch) | |
tree | d6974658f9b28f398bfc5c7c32e4398f58377b50 | |
parent | 5c457d039d917670f202fa5946d096a028c31903 (diff) | |
download | talos-obmc-linux-a025ec3e39ca160bcc9cf3c082f889104c9b1c61.tar.gz talos-obmc-linux-a025ec3e39ca160bcc9cf3c082f889104c9b1c61.zip |
iwlwifi: Added foreward declaration for iwl_cfg in op_mode
Please merge this with "iwlwifi: op_mode holds its pointer
to the config"
Signed-off-by: David Spinadel <david.spinadel@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-op-mode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-op-mode.h b/drivers/net/wireless/iwlwifi/iwl-op-mode.h index 73e1a0e7be36..4ef742b28e08 100644 --- a/drivers/net/wireless/iwlwifi/iwl-op-mode.h +++ b/drivers/net/wireless/iwlwifi/iwl-op-mode.h @@ -69,6 +69,7 @@ struct sk_buff; struct iwl_device_cmd; struct iwl_rx_cmd_buffer; struct iwl_fw; +struct iwl_cfg; /** * DOC: Operational mode - what is it ? |