PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
[deliverable/linux.git] / drivers / gpu / drm / gma500 / oaktrail_hdmi.c
index e6f5c620a0a21c1a1110d6638db5098b65abada4..54f73f50571ae65f590639df98c389b2ef75d82d 100644 (file)
@@ -674,7 +674,7 @@ failed_connector:
        kfree(gma_encoder);
 }
 
-static DEFINE_PCI_DEVICE_TABLE(hdmi_ids) = {
+static const struct pci_device_id hdmi_ids[] = {
        { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x080d) },
        { 0 }
 };
This page took 0.024053 seconds and 5 git commands to generate.