summaryrefslogtreecommitdiff
path: root/intel/intel_chipset.h
diff options
context:
space:
mode:
Diffstat (limited to 'intel/intel_chipset.h')
-rw-r--r--intel/intel_chipset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intel/intel_chipset.h b/intel/intel_chipset.h
index 63786b44..b4e0747e 100644
--- a/intel/intel_chipset.h
+++ b/intel/intel_chipset.h
@@ -81,7 +81,7 @@
(dev)->pci_device == 0x2E42 || \
(dev)->pci_device == 0x0042 || \
(dev)->pci_device == 0x0046 || \
- IS_965GM(dev) || \
+ IS_I965GM(dev) || \
IS_G4X(dev))
#define IS_GM45(dev) ((dev)->pci_device == 0x2A42)