]> 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)
commiteb5b7df2ba4545bab7ac99ea836ef39bd5c1887f
tree7be6453f127bb46cfa8c7ba46c7442e8d35ea663
parent63a675f1f949c9f78f8e4b8a82743324efd8435e
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