diff --git a/lib/intel_chipset.h b/lib/intel_chipset.h index bfb19234..afc7fd52 100755 --- a/lib/intel_chipset.h +++ b/lib/intel_chipset.h @@ -152,12 +152,6 @@ devid == PCI_CHIP_SANDYBRIDGE_M_GT2_PLUS || \ devid == PCI_CHIP_SANDYBRIDGE_S) -#define IS_GEN7(devid) (devid == PCI_CHIP_IVYBRIDGE_GT1 || \ - devid == PCI_CHIP_IVYBRIDGE_GT2 || \ - devid == PCI_CHIP_IVYBRIDGE_M_GT1 || \ - devid == PCI_CHIP_IVYBRIDGE_M_GT2 || \ - devid == PCI_CHIP_IVYBRIDGE_S) - #define IS_GEN7(devid) (IS_IVYBRIDGE(devid) || \ IS_HASWELL(devid))