diff options
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h index 75e33844146b..2c02ce6b2b98 100644 --- a/drivers/gpu/drm/i915/i915_drv.h +++ b/drivers/gpu/drm/i915/i915_drv.h | |||
@@ -520,7 +520,7 @@ extern int i915_driver_device_is_agp(struct drm_device * dev); | |||
520 | extern long i915_compat_ioctl(struct file *filp, unsigned int cmd, | 520 | extern long i915_compat_ioctl(struct file *filp, unsigned int cmd, |
521 | unsigned long arg); | 521 | unsigned long arg); |
522 | extern int i915_emit_box(struct drm_device *dev, | 522 | extern int i915_emit_box(struct drm_device *dev, |
523 | struct drm_clip_rect __user *boxes, | 523 | struct drm_clip_rect *boxes, |
524 | int i, int DR1, int DR4); | 524 | int i, int DR1, int DR4); |
525 | 525 | ||
526 | /* i915_irq.c */ | 526 | /* i915_irq.c */ |