rtw88: extract: export symbols about pci interface
authorZong-Zhe Yang <kevin_yang@realtek.com>
Fri, 15 May 2020 05:23:22 +0000 (13:23 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 18 May 2020 12:16:17 +0000 (15:16 +0300)
commit72f256c2b948622cc45ff8bc0456dd6039d8fe36
treeff2465fecd3a365997f907d8c78bc14023631fd2
parent449be86670f50284069cb0ddc4fe98f064ac6d87
rtw88: extract: export symbols about pci interface

In the current design, chip entry points are built into
the pci module. That makes the pci module depend on chips.
According to dependence, once the pci module is loaded,
kernel will load chip functionalities, including those that
may not be currently used.

We plan to split chip entry points from the pci module.
Thence we export pci symbols that will be used in chip
entry point modules.

Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com>
Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200515052327.31874-3-yhchuang@realtek.com
drivers/net/wireless/realtek/rtw88/pci.c