diff options
author | Reinette Chatre <reinette.chatre@intel.com> | 2009-10-30 17:36:11 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-11-02 15:39:46 -0500 |
commit | 89f186a8b64a4c90a219cfd94c26de5cfea54b84 (patch) | |
tree | 9b049ec3d8fa8226d4a9ef779d0e7c5ce2fcbd7a /drivers/net/wireless/iwlwifi/iwl-calib.c | |
parent | c33de6256a07869b48830e3a26fb6942ea8c4f79 (diff) |
iwlwifi: move iwl_[un]init_drv to iwlagn
Since iwlagn is the only user of these functions, move it to this module.
This results in a bit more code moving than just these functions since the
functions only used by them are also moved and we need to export the
symbols previously available to them directly.
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-calib.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-calib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-calib.c b/drivers/net/wireless/iwlwifi/iwl-calib.c index 1f801eb9fbff..d994de7438d8 100644 --- a/drivers/net/wireless/iwlwifi/iwl-calib.c +++ b/drivers/net/wireless/iwlwifi/iwl-calib.c | |||
@@ -132,6 +132,7 @@ void iwl_calib_free_results(struct iwl_priv *priv) | |||
132 | priv->calib_results[i].buf_len = 0; | 132 | priv->calib_results[i].buf_len = 0; |
133 | } | 133 | } |
134 | } | 134 | } |
135 | EXPORT_SYMBOL(iwl_calib_free_results); | ||
135 | 136 | ||
136 | /***************************************************************************** | 137 | /***************************************************************************** |
137 | * RUNTIME calibrations framework | 138 | * RUNTIME calibrations framework |