aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/oaktrail_hdmi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/gma500/oaktrail_hdmi.c')
-rw-r--r--drivers/gpu/drm/gma500/oaktrail_hdmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/gma500/oaktrail_hdmi.c b/drivers/gpu/drm/gma500/oaktrail_hdmi.c
index e6f5c620a0a2..54f73f50571a 100644
--- a/drivers/gpu/drm/gma500/oaktrail_hdmi.c
+++ b/drivers/gpu/drm/gma500/oaktrail_hdmi.c
@@ -674,7 +674,7 @@ failed_connector:
674 kfree(gma_encoder); 674 kfree(gma_encoder);
675} 675}
676 676
677static DEFINE_PCI_DEVICE_TABLE(hdmi_ids) = { 677static const struct pci_device_id hdmi_ids[] = {
678 { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x080d) }, 678 { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x080d) },
679 { 0 } 679 { 0 }
680}; 680};