iwlwifi: Remove inconsistent and redundant declaration
authorDavid Spinadel <[email protected]>
Thu, 19 Apr 2012 20:46:38 +0000 (13:46 -0700)
committerDavid S. Miller <[email protected]>
Thu, 19 Apr 2012 20:55:14 +0000 (16:55 -0400)
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.

CC: [email protected]
Signed-off-by: David Spinadel <[email protected]>
Signed-off-by: Wey-Yi Guy <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/wireless/iwlwifi/iwl-agn.h

index 20100c72ec6b20b64ea2f527c464438c319feaa8..942b3649fff191c3f86945c6e5687c194e73e341 100644 (file)
@@ -510,7 +510,6 @@ void iwl_setup_deferred_work(struct iwl_priv *priv);
 int iwl_send_wimax_coex(struct iwl_priv *priv);
 int iwl_send_bt_env(struct iwl_priv *priv, u8 action, u8 type);
 void iwl_debug_config(struct iwl_priv *priv);
-int iwl_alloc_traffic_mem(struct iwl_priv *priv);
 void iwl_set_hw_params(struct iwl_priv *priv);
 void iwl_init_context(struct iwl_priv *priv, u32 ucode_flags);
 int iwl_init_drv(struct iwl_priv *priv);