diff options
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-agn-tt.c | 5 | ||||
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-core.c | 1 | ||||
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-scan.c | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn-tt.c b/drivers/net/wireless/iwlwifi/iwl-agn-tt.c index 0c6c4d969706..e3a8216a033c 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn-tt.c +++ b/drivers/net/wireless/iwlwifi/iwl-agn-tt.c | |||
@@ -571,7 +571,6 @@ void iwl_tt_enter_ct_kill(struct iwl_priv *priv) | |||
571 | IWL_DEBUG_POWER(priv, "Queueing critical temperature enter.\n"); | 571 | IWL_DEBUG_POWER(priv, "Queueing critical temperature enter.\n"); |
572 | queue_work(priv->workqueue, &priv->ct_enter); | 572 | queue_work(priv->workqueue, &priv->ct_enter); |
573 | } | 573 | } |
574 | EXPORT_SYMBOL(iwl_tt_enter_ct_kill); | ||
575 | 574 | ||
576 | void iwl_tt_exit_ct_kill(struct iwl_priv *priv) | 575 | void iwl_tt_exit_ct_kill(struct iwl_priv *priv) |
577 | { | 576 | { |
@@ -581,7 +580,6 @@ void iwl_tt_exit_ct_kill(struct iwl_priv *priv) | |||
581 | IWL_DEBUG_POWER(priv, "Queueing critical temperature exit.\n"); | 580 | IWL_DEBUG_POWER(priv, "Queueing critical temperature exit.\n"); |
582 | queue_work(priv->workqueue, &priv->ct_exit); | 581 | queue_work(priv->workqueue, &priv->ct_exit); |
583 | } | 582 | } |
584 | EXPORT_SYMBOL(iwl_tt_exit_ct_kill); | ||
585 | 583 | ||
586 | static void iwl_bg_tt_work(struct work_struct *work) | 584 | static void iwl_bg_tt_work(struct work_struct *work) |
587 | { | 585 | { |
@@ -608,7 +606,6 @@ void iwl_tt_handler(struct iwl_priv *priv) | |||
608 | IWL_DEBUG_POWER(priv, "Queueing thermal throttling work.\n"); | 606 | IWL_DEBUG_POWER(priv, "Queueing thermal throttling work.\n"); |
609 | queue_work(priv->workqueue, &priv->tt_work); | 607 | queue_work(priv->workqueue, &priv->tt_work); |
610 | } | 608 | } |
611 | EXPORT_SYMBOL(iwl_tt_handler); | ||
612 | 609 | ||
613 | /* Thermal throttling initialization | 610 | /* Thermal throttling initialization |
614 | * For advance thermal throttling: | 611 | * For advance thermal throttling: |
@@ -678,7 +675,6 @@ void iwl_tt_initialize(struct iwl_priv *priv) | |||
678 | priv->thermal_throttle.advanced_tt = false; | 675 | priv->thermal_throttle.advanced_tt = false; |
679 | } | 676 | } |
680 | } | 677 | } |
681 | EXPORT_SYMBOL(iwl_tt_initialize); | ||
682 | 678 | ||
683 | /* cleanup thermal throttling management related memory and timer */ | 679 | /* cleanup thermal throttling management related memory and timer */ |
684 | void iwl_tt_exit(struct iwl_priv *priv) | 680 | void iwl_tt_exit(struct iwl_priv *priv) |
@@ -701,4 +697,3 @@ void iwl_tt_exit(struct iwl_priv *priv) | |||
701 | tt->transaction = NULL; | 697 | tt->transaction = NULL; |
702 | } | 698 | } |
703 | } | 699 | } |
704 | EXPORT_SYMBOL(iwl_tt_exit); | ||
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.c b/drivers/net/wireless/iwlwifi/iwl-core.c index 71f245f3f0f6..eefcb2d1a738 100644 --- a/drivers/net/wireless/iwlwifi/iwl-core.c +++ b/drivers/net/wireless/iwlwifi/iwl-core.c | |||
@@ -2653,7 +2653,6 @@ int iwl_force_reset(struct iwl_priv *priv, int mode, bool external) | |||
2653 | } | 2653 | } |
2654 | return 0; | 2654 | return 0; |
2655 | } | 2655 | } |
2656 | EXPORT_SYMBOL(iwl_force_reset); | ||
2657 | 2656 | ||
2658 | /** | 2657 | /** |
2659 | * iwl_bg_monitor_recover - Timer callback to check for stuck queue and recover | 2658 | * iwl_bg_monitor_recover - Timer callback to check for stuck queue and recover |
diff --git a/drivers/net/wireless/iwlwifi/iwl-scan.c b/drivers/net/wireless/iwlwifi/iwl-scan.c index a7e8c7f969f4..67da31295781 100644 --- a/drivers/net/wireless/iwlwifi/iwl-scan.c +++ b/drivers/net/wireless/iwlwifi/iwl-scan.c | |||
@@ -121,7 +121,6 @@ void iwl_force_scan_end(struct iwl_priv *priv) | |||
121 | clear_bit(STATUS_SCAN_ABORTING, &priv->status); | 121 | clear_bit(STATUS_SCAN_ABORTING, &priv->status); |
122 | iwl_complete_scan(priv, true); | 122 | iwl_complete_scan(priv, true); |
123 | } | 123 | } |
124 | EXPORT_SYMBOL(iwl_force_scan_end); | ||
125 | 124 | ||
126 | static void iwl_do_scan_abort(struct iwl_priv *priv) | 125 | static void iwl_do_scan_abort(struct iwl_priv *priv) |
127 | { | 126 | { |