diff options
author | Ron Rindjunsky <ron.rindjunsky@intel.com> | 2008-09-02 23:26:24 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-09-08 14:23:14 -0400 |
commit | 7c0399d3fde0a9958fb8e9a067a463643cf235b5 (patch) | |
tree | ee668ef60d60c5b55d0d400c1ea2729b63518874 /drivers/net/wireless/iwlwifi/iwl-dev.h | |
parent | cb43dc251ab14fc047eb91944e8376d1611b95b2 (diff) |
iwlwifi: remove obsolete 4965 forward declarations
This patch removes unused forward declarations functions.
Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-dev.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-dev.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index f46e9cd1ca19..0711b35b9ade 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
@@ -637,12 +637,6 @@ static inline u8 get_cmd_index(struct iwl_queue *q, u32 index, int is_huge) | |||
637 | 637 | ||
638 | struct iwl_priv; | 638 | struct iwl_priv; |
639 | 639 | ||
640 | /* | ||
641 | * Forward declare iwl-4965.c functions for iwl-base.c | ||
642 | */ | ||
643 | extern void iwl4965_rf_kill_ct_config(struct iwl_priv *priv); | ||
644 | int iwl4965_check_empty_hw_queue(struct iwl_priv *priv, int sta_id, | ||
645 | u8 tid, int txq_id); | ||
646 | 640 | ||
647 | /* Structures, enum, and defines specific to the 4965 */ | 641 | /* Structures, enum, and defines specific to the 4965 */ |
648 | 642 | ||