diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2007-12-05 13:59:58 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:05:56 -0500 |
commit | 4fd1f8414664b3e834aa46cdbf8f0c12fc42a878 (patch) | |
tree | 30b0cd345797e5a2174e1be3c21f7bd23c49bdec /drivers/net/wireless/iwlwifi/iwl4965-base.c | |
parent | 0946687803ff5495e4b7c0b7f2c6d002398bd5fa (diff) |
iwlwifi: fix compliation warnings
This patch fixes compilation warnings introduced by 'fix ucode assertion
for RX queue overrun' patch
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl4965-base.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl4965-base.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl4965-base.c b/drivers/net/wireless/iwlwifi/iwl4965-base.c index 3a9f14d8f26a..7550594ed4fc 100644 --- a/drivers/net/wireless/iwlwifi/iwl4965-base.c +++ b/drivers/net/wireless/iwlwifi/iwl4965-base.c | |||
@@ -4534,7 +4534,7 @@ static void iwl4965_rx_allocate(struct iwl4965_priv *priv) | |||
4534 | /* | 4534 | /* |
4535 | * this should be called while priv->lock is locked | 4535 | * this should be called while priv->lock is locked |
4536 | */ | 4536 | */ |
4537 | void __iwl4965_rx_replenish(void *data) | 4537 | static void __iwl4965_rx_replenish(void *data) |
4538 | { | 4538 | { |
4539 | struct iwl4965_priv *priv = data; | 4539 | struct iwl4965_priv *priv = data; |
4540 | 4540 | ||
@@ -6038,7 +6038,7 @@ static void iwl4965_dealloc_ucode_pci(struct iwl4965_priv *priv) | |||
6038 | * iwl4965_verify_inst_full - verify runtime uCode image in card vs. host, | 6038 | * iwl4965_verify_inst_full - verify runtime uCode image in card vs. host, |
6039 | * looking at all data. | 6039 | * looking at all data. |
6040 | */ | 6040 | */ |
6041 | static int iwl4965_verify_inst_full(struct iwl4965_priv *priv, __le32 * image, | 6041 | static int iwl4965_verify_inst_full(struct iwl4965_priv *priv, __le32 *image, |
6042 | u32 len) | 6042 | u32 len) |
6043 | { | 6043 | { |
6044 | u32 val; | 6044 | u32 val; |