mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
rtw88: extract: remove the unused after extracting
remove the unused about pci after extracting chip 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-7-yhchuang@realtek.com
This commit is contained in:
parent
f56f08636d
commit
51aab89a18
|
|
@ -1593,21 +1593,6 @@ void rtw_pci_shutdown(struct pci_dev *pdev)
|
|||
}
|
||||
EXPORT_SYMBOL(rtw_pci_shutdown);
|
||||
|
||||
static const struct pci_device_id rtw_pci_id_table[] = {
|
||||
{},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(pci, rtw_pci_id_table);
|
||||
|
||||
static struct pci_driver rtw_pci_driver = {
|
||||
.name = "rtw_pci",
|
||||
.id_table = rtw_pci_id_table,
|
||||
.probe = rtw_pci_probe,
|
||||
.remove = rtw_pci_remove,
|
||||
.driver.pm = &rtw_pm_ops,
|
||||
.shutdown = rtw_pci_shutdown,
|
||||
};
|
||||
module_pci_driver(rtw_pci_driver);
|
||||
|
||||
MODULE_AUTHOR("Realtek Corporation");
|
||||
MODULE_DESCRIPTION("Realtek 802.11ac wireless PCI driver");
|
||||
MODULE_LICENSE("Dual BSD/GPL");
|
||||
|
|
|
|||
|
|
@ -5,10 +5,6 @@
|
|||
#ifndef __RTK_PCI_H_
|
||||
#define __RTK_PCI_H_
|
||||
|
||||
#define RTK_PCI_DEVICE(vend, dev, hw_config) \
|
||||
PCI_DEVICE(vend, dev), \
|
||||
.driver_data = (kernel_ulong_t)&(hw_config),
|
||||
|
||||
#define RTK_DEFAULT_TX_DESC_NUM 128
|
||||
#define RTK_BEQ_TX_DESC_NUM 256
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user