diff options
author | Reinette Chatre <reinette.chatre@intel.com> | 2009-10-30 14:36:11 -0700 |
---|---|---|
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) | |
download | op-kernel-dev-89f186a8b64a4c90a219cfd94c26de5cfea54b84.zip op-kernel-dev-89f186a8b64a4c90a219cfd94c26de5cfea54b84.tar.gz |
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 1f801eb..d994de7 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) priv->calib_results[i].buf_len = 0; } } +EXPORT_SYMBOL(iwl_calib_free_results); /***************************************************************************** * RUNTIME calibrations framework |