PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
[pandora-kernel.git] / drivers / net / wireless / rt2x00 / rt2400pci.c
index 4ccfef5..bdf5590 100644 (file)
@@ -1821,7 +1821,7 @@ static const struct rt2x00_ops rt2400pci_ops = {
 /*
  * RT2400pci module information.
  */
-static DEFINE_PCI_DEVICE_TABLE(rt2400pci_device_table) = {
+static const struct pci_device_id rt2400pci_device_table[] = {
        { PCI_DEVICE(0x1814, 0x0101) },
        { 0, }
 };