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>
此提交包含在:
Greg Kroah-Hartman
2014-07-18 16:58:07 -07:00
父節點 32182cd39d
當前提交 0178a7a54d
共有 5 個檔案被更改,包括 5 行新增5 行删除

查看文件

@@ -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) },
{ }
};