summaryrefslogtreecommitdiff
path: root/include/pci_ids/pci_id_driver_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pci_ids/pci_id_driver_map.h')
-rw-r--r--include/pci_ids/pci_id_driver_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pci_ids/pci_id_driver_map.h b/include/pci_ids/pci_id_driver_map.h
index e494a6dcdb5..8a97c6f311f 100644
--- a/include/pci_ids/pci_id_driver_map.h
+++ b/include/pci_ids/pci_id_driver_map.h
@@ -14,7 +14,7 @@ static const int i915_chip_ids[] = {
};
static const int i965_chip_ids[] = {
-#define CHIPSET(chip, name) chip,
+#define CHIPSET(chip, family, name) chip,
#include "pci_ids/i965_pci_ids.h"
#undef CHIPSET
};