summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/i915_drv.h
diff options
context:
space:
mode:
authorrnoland <rnoland@FreeBSD.org>2010-03-13 18:14:51 +0000
committerrnoland <rnoland@FreeBSD.org>2010-03-13 18:14:51 +0000
commit7fd3bd147ec574621124307eca10ead5353e34ba (patch)
tree72995a36222350fe0e8b9f2514b2fe29290b5a67 /sys/dev/drm/i915_drv.h
parent533aa54353bcbfc4d972b69b5028b5b0974a7ac0 (diff)
downloadFreeBSD-src-7fd3bd147ec574621124307eca10ead5353e34ba.zip
FreeBSD-src-7fd3bd147ec574621124307eca10ead5353e34ba.tar.gz
Fix build after typo.
Reported by: Sergey V. Dyatko <sergey.dyatko@gmail.com> MFC after: 3 days
Diffstat (limited to 'sys/dev/drm/i915_drv.h')
-rw-r--r--sys/dev/drm/i915_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm/i915_drv.h b/sys/dev/drm/i915_drv.h
index f011bcd..4ae5e5c 100644
--- a/sys/dev/drm/i915_drv.h
+++ b/sys/dev/drm/i915_drv.h
@@ -664,7 +664,7 @@ extern int i915_wait_ring(struct drm_device * dev, int n, const char *caller);
#define IS_G33(dev) ((dev)->pci_device == 0x29C2 || \
(dev)->pci_device == 0x29B2 || \
(dev)->pci_device == 0x29D2 || \
- IS_IGD(DEV))
+ IS_IGD(dev))
#define IS_I9XX(dev) (IS_I915G(dev) || IS_I915GM(dev) || IS_I945G(dev) || \
IS_I945GM(dev) || IS_I965G(dev) || IS_G33(dev))
OpenPOWER on IntegriCloud