From 392833aa1ed488528584443956d6029cecda1706 Mon Sep 17 00:00:00 2001 From: Owain Ainsworth Date: Mon, 23 Nov 2009 18:34:12 +0000 Subject: nuke some prototypes from functions that died a fair while ago. --- sys/dev/pci/drm/i915_drv.h | 14 -------------- 1 file changed, 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 *); -- cgit v1.2.3