]> git.baikalelectronics.ru Git - kernel.git/commit
ath10k: make some of ath10k_pci_* func reusable
authorRaja Mani <rmani@qti.qualcomm.com>
Wed, 27 Jan 2016 09:54:22 +0000 (15:24 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Thu, 28 Jan 2016 08:47:16 +0000 (10:47 +0200)
commit75d5c55b61c829cd6ce84fdca5b95bb96a445108
tree7be6453f127bb46cfa8c7ba46c7442e8d35ea663
parentfa6cc6f502fa1402b8db7a4b93a3221650624d81
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>
drivers/net/wireless/ath/ath10k/pci.c
drivers/net/wireless/ath/ath10k/pci.h