radeonsi: remove unused field in the PCI ID table
[mesa.git] / src / gallium / winsys / radeon / drm / radeon_drm_winsys.c
index d612d9a2dc5f112534f6f82c16c9e06d20cca819..e600199d2652848ba31940564cf5dbd5f097f04d 100644 (file)
@@ -182,7 +182,7 @@ static bool do_winsys_init(struct radeon_drm_winsys *ws)
 #include "pci_ids/r600_pci_ids.h"
 #undef CHIPSET
 
-#define CHIPSET(pci_id, name, cfamily) case pci_id: ws->info.family = CHIP_##cfamily; ws->gen = DRV_SI; break;
+#define CHIPSET(pci_id, cfamily) case pci_id: ws->info.family = CHIP_##cfamily; ws->gen = DRV_SI; break;
 #include "pci_ids/radeonsi_pci_ids.h"
 #undef CHIPSET