summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2009-11-23 18:34:12 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2009-11-23 18:34:12 +0000
commit392833aa1ed488528584443956d6029cecda1706 (patch)
treebfbfa25d9cd446b41b1d59a9706952067bcb9740
parentcc5d6fa10c736040f02f2eae925903d29521d1e7 (diff)
nuke some prototypes from functions that died a fair while ago.
-rw-r--r--sys/dev/pci/drm/i915_drv.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/dev/pci/drm/i915_drv.h b/sys/dev/pci/drm/i915_drv.h
index 2cdb2276868..9ff07dd05a3 100644
--- a/sys/dev/pci/drm/i915_drv.h
+++ b/sys/dev/pci/drm/i915_drv.h
@@ -264,20 +264,6 @@ extern u32 i915_get_vblank_counter(struct drm_device *dev, int crtc);
extern void i915_user_irq_get(struct drm_device *dev);
extern void i915_user_irq_put(struct drm_device *dev);
-/* i915_mem.c */
-extern int i915_mem_alloc(struct drm_device *dev, void *data,
- struct drm_file *file_priv);
-extern int i915_mem_free(struct drm_device *dev, void *data,
- struct drm_file *file_priv);
-extern int i915_mem_init_heap(struct drm_device *dev, void *data,
- struct drm_file *file_priv);
-extern int i915_mem_destroy_heap(struct drm_device *dev, void *data,
- struct drm_file *file_priv);
-extern void i915_mem_takedown(struct drm_heap *heap);
-extern void i915_mem_release(struct drm_device * dev,
- struct drm_file *file_priv,
- struct drm_heap *heap);
-
/* ioctls */
extern int i915_dma_init(struct drm_device *, void *, struct drm_file *);
extern int i915_flush_ioctl(struct drm_device *, void *, struct drm_file *);