summaryrefslogtreecommitdiff
path: root/lib/intel_chipset.h
diff options
context:
space:
mode:
authorBen Widawsky <ben@bwidawsk.net>2012-04-28 20:07:40 -0700
committerBen Widawsky <ben@bwidawsk.net>2012-04-28 20:07:40 -0700
commit43fda53199afba7788549d4d290bb0874459fa2d (patch)
treea2fd837fd675943e307b26bb6b7548dbbb8a51bb /lib/intel_chipset.h
parent97198ccbe1546e0249c3a7885d778e46cb538877 (diff)
chipset: accidentally left the old IS_GEN7 macro
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Diffstat (limited to 'lib/intel_chipset.h')
-rwxr-xr-xlib/intel_chipset.h6
1 files changed, 0 insertions, 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))