summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2009-04-03 14:34:12 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2009-04-03 14:34:12 +0000
commit6c12fbf8002434c429869002257f3da9871143b6 (patch)
treef055a8a973625e265e66ccd1e0062cd55df20932 /sys/dev/pci/drm
parent286499d86e7e865deaa6019055f471b1352dad35 (diff)
Dead prototype
Diffstat (limited to 'sys/dev/pci/drm')
-rw-r--r--sys/dev/pci/drm/i915_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/i915_drv.h b/sys/dev/pci/drm/i915_drv.h
index 0f4ea6fb93d..c324b1f55ac 100644
--- a/sys/dev/pci/drm/i915_drv.h
+++ b/sys/dev/pci/drm/i915_drv.h
@@ -227,7 +227,6 @@ void inteldrm_update_ring(struct drm_i915_private *);
extern void i915_driver_lastclose(struct drm_device * dev);
extern void i915_driver_close(struct drm_device *dev,
struct drm_file *file_priv);
-extern int i915_driver_device_is_agp(struct drm_device * dev);
extern long i915_compat_ioctl(struct file *filp, unsigned int cmd,
unsigned long arg);
extern void i915_emit_breadcrumb(struct drm_device *dev);