diff options
author | Christoph Hellwig <hch@lst.de> | 2007-10-25 05:15:49 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:03:23 -0500 |
commit | 416e1438d5a921046fda6fc5673d5f2c69841c06 (patch) | |
tree | d4fe655e8a4fc0ea0a01427b030e231795484d78 /drivers/net/wireless/iwlwifi/iwl-4965.c | |
parent | 80f3e024dcc14f30bff58179ad610f941642901b (diff) |
iwlwifi: mark more functions/variables static
mark more functions/variables static
Signed-off-by: Christoph Hellwig <hch@lst.de>
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-4965.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.c b/drivers/net/wireless/iwlwifi/iwl-4965.c index f4113058188a..28f7aa802fde 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965.c +++ b/drivers/net/wireless/iwlwifi/iwl-4965.c | |||
@@ -43,6 +43,8 @@ | |||
43 | #include "iwl-4965.h" | 43 | #include "iwl-4965.h" |
44 | #include "iwl-helpers.h" | 44 | #include "iwl-helpers.h" |
45 | 45 | ||
46 | static void iwl_hw_card_show_info(struct iwl_priv *priv); | ||
47 | |||
46 | #define IWL_DECLARE_RATE_INFO(r, s, ip, in, rp, rn, pp, np) \ | 48 | #define IWL_DECLARE_RATE_INFO(r, s, ip, in, rp, rn, pp, np) \ |
47 | [IWL_RATE_##r##M_INDEX] = { IWL_RATE_##r##M_PLCP, \ | 49 | [IWL_RATE_##r##M_INDEX] = { IWL_RATE_##r##M_PLCP, \ |
48 | IWL_RATE_SISO_##s##M_PLCP, \ | 50 | IWL_RATE_SISO_##s##M_PLCP, \ |
@@ -2744,7 +2746,7 @@ int iwl_hw_txq_attach_buf_to_tfd(struct iwl_priv *priv, void *ptr, | |||
2744 | return 0; | 2746 | return 0; |
2745 | } | 2747 | } |
2746 | 2748 | ||
2747 | void iwl_hw_card_show_info(struct iwl_priv *priv) | 2749 | static void iwl_hw_card_show_info(struct iwl_priv *priv) |
2748 | { | 2750 | { |
2749 | u16 hw_version = priv->eeprom.board_revision_4965; | 2751 | u16 hw_version = priv->eeprom.board_revision_4965; |
2750 | 2752 | ||