commit | f52f517189dea69614bbee9ec5ab2fe366905b16 | [log] [tgz] |
---|---|---|
author | Raja Mani <rmani@qti.qualcomm.com> | Wed Jan 27 15:24:22 2016 +0530 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Thu Jan 28 10:47:16 2016 +0200 |
tree | 7be6453f127bb46cfa8c7ba46c7442e8d35ea663 | |
parent | 9b15873628050fe59ebbfae200be7d50ce5e1491 [diff] |
ath10k: make some of ath10k_pci_* func reusable Some of static functions present in pci.c file are reusable in ahb (qca4019) case. Remove static word for those reusable functions and have those function prototype declaration in pci.h file. So that, pci.h header file can be included in ahb module and reused. There is no functionality changes done in this patch. Signed-off-by: Raja Mani <rmani@qti.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>