pcmcia: remove DEFINE_PCI_DEVICE_TABLE usage
It's not needed, just use the "real" structure definition instead. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
此提交包含在:
@@ -25,7 +25,7 @@
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
/* PCI core routines */
|
||||
static DEFINE_PCI_DEVICE_TABLE(i82092aa_pci_ids) = {
|
||||
static const struct pci_device_id i82092aa_pci_ids[] = {
|
||||
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82092AA_0) },
|
||||
{ }
|
||||
};
|
||||
|
新增問題並參考
封鎖使用者