From 43fda53199afba7788549d4d290bb0874459fa2d Mon Sep 17 00:00:00 2001 From: Ben Widawsky Date: Sat, 28 Apr 2012 20:07:40 -0700 Subject: [PATCH] chipset: accidentally left the old IS_GEN7 macro Signed-off-by: Ben Widawsky --- lib/intel_chipset.h | 6 ------ 1 file changed, 6 deletions(-) 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))