commit | 90188f807f2a8bada8e165b932b56f7e03b0a9b9 | [log] [tgz] |
---|---|---|
author | Raja Mani <rmani@qti.qualcomm.com> | Wed Jan 27 15:24:24 2016 +0530 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Thu Jan 28 10:47:18 2016 +0200 |
tree | ddbdc27b287728f436f49a04fdcd0b88bdfbec31 | |
parent | 4ddb3299aa49ddeb40680d7427d3259d32aefa6d [diff] |
ath10k: pull reusable code from pci probe and remove for ahb Some of the code present in ath10k_pci_{probe|remove} are reusable in ahb case too. To avoid code duplication, move reusable code to new functions. Later, those new functions can be called from ahb module's probe and exit functions. Signed-off-by: Raja Mani <rmani@qti.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>