diff options
author | David Spinadel <david.spinadel@intel.com> | 2012-03-27 04:22:29 -0400 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2012-04-18 10:32:09 -0400 |
commit | c27cf685d185cc4604776252fdcaca5ad24abcca (patch) | |
tree | a97a18c552e3545c57fda0bcddbb4c2c77fff54f | |
parent | a025ec3e39ca160bcc9cf3c082f889104c9b1c61 (diff) |
iwlwifi: Remove inconsistent and redundant declaration
Remove declaration of iwl_alloc_traffic_mem from iwl-agn.h,
from methods that was exposed to support MVM.
MVM doesn't have to use this declaration.
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-agn.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn.h b/drivers/net/wireless/iwlwifi/iwl-agn.h index 67cd123e5dfc..3d6f3e2ded65 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn.h +++ b/drivers/net/wireless/iwlwifi/iwl-agn.h | |||
@@ -510,7 +510,6 @@ void iwl_setup_deferred_work(struct iwl_priv *priv); | |||
510 | int iwl_send_wimax_coex(struct iwl_priv *priv); | 510 | int iwl_send_wimax_coex(struct iwl_priv *priv); |
511 | int iwl_send_bt_env(struct iwl_priv *priv, u8 action, u8 type); | 511 | int iwl_send_bt_env(struct iwl_priv *priv, u8 action, u8 type); |
512 | void iwl_debug_config(struct iwl_priv *priv); | 512 | void iwl_debug_config(struct iwl_priv *priv); |
513 | int iwl_alloc_traffic_mem(struct iwl_priv *priv); | ||
514 | void iwl_set_hw_params(struct iwl_priv *priv); | 513 | void iwl_set_hw_params(struct iwl_priv *priv); |
515 | void iwl_init_context(struct iwl_priv *priv, u32 ucode_flags); | 514 | void iwl_init_context(struct iwl_priv *priv, u32 ucode_flags); |
516 | int iwl_init_drv(struct iwl_priv *priv); | 515 | int iwl_init_drv(struct iwl_priv *priv); |