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)
commitf52f517189dea69614bbee9ec5ab2fe366905b16
tree7be6453f127bb46cfa8c7ba46c7442e8d35ea663
parent9b15873628050fe59ebbfae200be7d50ce5e1491
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