intel: Remove 'misc' parameter from CHIPSET macro in PCI ID tables.
[mesa.git] / include / pci_ids / pci_id_driver_map.h
index fce38af0fe04d4f512f0cf49dbf3791bbdee6729..41bb628f4c6f16470385fa8b65fed263a8e3f697 100644 (file)
@@ -8,13 +8,13 @@
 #endif
 
 static const int i915_chip_ids[] = {
-#define CHIPSET(chip, desc, misc) chip,
+#define CHIPSET(chip, desc) chip,
 #include "pci_ids/i915_pci_ids.h"
 #undef CHIPSET
 };
 
 static const int i965_chip_ids[] = {
-#define CHIPSET(chip, desc, misc) chip,
+#define CHIPSET(chip, desc) chip,
 #include "pci_ids/i965_pci_ids.h"
 #undef CHIPSET
 };