diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2011-09-20 18:37:25 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-09-21 16:19:43 -0400 |
commit | edb5c2f38d3eef3a45457846a76732586f6bcf5c (patch) | |
tree | 1756039201a708276d7961a92c8bb3ed5b457040 | |
parent | 132f98c2dc702940ed2bb58e7aa48432c2c62f7b (diff) |
iwlagn: remove uneeded declaration
This has been removed but the declaration hasn't.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h b/drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h index 0e7d915b547f..2b6756e8b8f9 100644 --- a/drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h +++ b/drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h | |||
@@ -275,8 +275,6 @@ int iwlagn_txq_attach_buf_to_tfd(struct iwl_trans *trans, | |||
275 | dma_addr_t addr, u16 len, u8 reset); | 275 | dma_addr_t addr, u16 len, u8 reset); |
276 | int iwl_queue_init(struct iwl_queue *q, int count, int slots_num, u32 id); | 276 | int iwl_queue_init(struct iwl_queue *q, int count, int slots_num, u32 id); |
277 | int iwl_trans_pcie_send_cmd(struct iwl_trans *trans, struct iwl_host_cmd *cmd); | 277 | int iwl_trans_pcie_send_cmd(struct iwl_trans *trans, struct iwl_host_cmd *cmd); |
278 | int __must_check iwl_trans_pcie_send_cmd_pdu(struct iwl_trans *trans, u8 id, | ||
279 | u32 flags, u16 len, const void *data); | ||
280 | void iwl_tx_cmd_complete(struct iwl_trans *trans, | 278 | void iwl_tx_cmd_complete(struct iwl_trans *trans, |
281 | struct iwl_rx_mem_buffer *rxb, int handler_status); | 279 | struct iwl_rx_mem_buffer *rxb, int handler_status); |
282 | void iwl_trans_txq_update_byte_cnt_tbl(struct iwl_trans *trans, | 280 | void iwl_trans_txq_update_byte_cnt_tbl(struct iwl_trans *trans, |