diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-tx.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-tx.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-tx.c b/drivers/net/wireless/iwlwifi/iwl-tx.c index 073b6ce6141c..7e607d39da1c 100644 --- a/drivers/net/wireless/iwlwifi/iwl-tx.c +++ b/drivers/net/wireless/iwlwifi/iwl-tx.c | |||
@@ -84,7 +84,6 @@ void iwl_txq_update_write_ptr(struct iwl_priv *priv, struct iwl_tx_queue *txq) | |||
84 | } | 84 | } |
85 | txq->need_update = 0; | 85 | txq->need_update = 0; |
86 | } | 86 | } |
87 | EXPORT_SYMBOL(iwl_txq_update_write_ptr); | ||
88 | 87 | ||
89 | /** | 88 | /** |
90 | * iwl_tx_queue_free - Deallocate DMA queue. | 89 | * iwl_tx_queue_free - Deallocate DMA queue. |
@@ -131,7 +130,6 @@ void iwl_tx_queue_free(struct iwl_priv *priv, int txq_id) | |||
131 | /* 0-fill queue descriptor structure */ | 130 | /* 0-fill queue descriptor structure */ |
132 | memset(txq, 0, sizeof(*txq)); | 131 | memset(txq, 0, sizeof(*txq)); |
133 | } | 132 | } |
134 | EXPORT_SYMBOL(iwl_tx_queue_free); | ||
135 | 133 | ||
136 | /** | 134 | /** |
137 | * iwl_cmd_queue_free - Deallocate DMA queue. | 135 | * iwl_cmd_queue_free - Deallocate DMA queue. |
@@ -193,7 +191,6 @@ void iwl_cmd_queue_free(struct iwl_priv *priv) | |||
193 | /* 0-fill queue descriptor structure */ | 191 | /* 0-fill queue descriptor structure */ |
194 | memset(txq, 0, sizeof(*txq)); | 192 | memset(txq, 0, sizeof(*txq)); |
195 | } | 193 | } |
196 | EXPORT_SYMBOL(iwl_cmd_queue_free); | ||
197 | 194 | ||
198 | /*************** DMA-QUEUE-GENERAL-FUNCTIONS ***** | 195 | /*************** DMA-QUEUE-GENERAL-FUNCTIONS ***** |
199 | * DMA services | 196 | * DMA services |
@@ -233,7 +230,6 @@ int iwl_queue_space(const struct iwl_queue *q) | |||
233 | s = 0; | 230 | s = 0; |
234 | return s; | 231 | return s; |
235 | } | 232 | } |
236 | EXPORT_SYMBOL(iwl_queue_space); | ||
237 | 233 | ||
238 | 234 | ||
239 | /** | 235 | /** |
@@ -384,7 +380,6 @@ out_free_arrays: | |||
384 | 380 | ||
385 | return -ENOMEM; | 381 | return -ENOMEM; |
386 | } | 382 | } |
387 | EXPORT_SYMBOL(iwl_tx_queue_init); | ||
388 | 383 | ||
389 | void iwl_tx_queue_reset(struct iwl_priv *priv, struct iwl_tx_queue *txq, | 384 | void iwl_tx_queue_reset(struct iwl_priv *priv, struct iwl_tx_queue *txq, |
390 | int slots_num, u32 txq_id) | 385 | int slots_num, u32 txq_id) |
@@ -404,7 +399,6 @@ void iwl_tx_queue_reset(struct iwl_priv *priv, struct iwl_tx_queue *txq, | |||
404 | /* Tell device where to find queue */ | 399 | /* Tell device where to find queue */ |
405 | priv->cfg->ops->lib->txq_init(priv, txq); | 400 | priv->cfg->ops->lib->txq_init(priv, txq); |
406 | } | 401 | } |
407 | EXPORT_SYMBOL(iwl_tx_queue_reset); | ||
408 | 402 | ||
409 | /*************** HOST COMMAND QUEUE FUNCTIONS *****/ | 403 | /*************** HOST COMMAND QUEUE FUNCTIONS *****/ |
410 | 404 | ||
@@ -641,4 +635,3 @@ void iwl_tx_cmd_complete(struct iwl_priv *priv, struct iwl_rx_mem_buffer *rxb) | |||
641 | } | 635 | } |
642 | meta->flags = 0; | 636 | meta->flags = 0; |
643 | } | 637 | } |
644 | EXPORT_SYMBOL(iwl_tx_cmd_complete); | ||