]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/net/wireless/rt2x00/rt2500pci.c
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
[mirror_ubuntu-artful-kernel.git] / drivers / net / wireless / rt2x00 / rt2500pci.c
index a511cccc9f018def1d075225972d3cc899b20ddc..79f4fe65a1196c5c0eabfc1cc9c3630553be97ef 100644 (file)
@@ -2120,7 +2120,7 @@ static const struct rt2x00_ops rt2500pci_ops = {
 /*
  * RT2500pci module information.
  */
-static DEFINE_PCI_DEVICE_TABLE(rt2500pci_device_table) = {
+static const struct pci_device_id rt2500pci_device_table[] = {
        { PCI_DEVICE(0x1814, 0x0201) },
        { 0, }
 };