summaryrefslogtreecommitdiff
path: root/linux-core/i830_drv.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2006-02-18 05:43:19 +0000
committerDave Airlie <airlied@linux.ie>2006-02-18 05:43:19 +0000
commita25667894a8b8cab1dc8a48994cd9a61ecaba152 (patch)
tree899443e1e31364bb28e2bf29a9dfc4473b7b54d3 /linux-core/i830_drv.h
parentd75fa645ed03ee0e2ffddc629b050626ddde5776 (diff)
make some functions static from the kernel
Diffstat (limited to 'linux-core/i830_drv.h')
-rw-r--r--linux-core/i830_drv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/linux-core/i830_drv.h b/linux-core/i830_drv.h
index b592eaab..85bc5be6 100644
--- a/linux-core/i830_drv.h
+++ b/linux-core/i830_drv.h
@@ -123,9 +123,6 @@ typedef struct drm_i830_private {
extern drm_ioctl_desc_t i830_ioctls[];
extern int i830_max_ioctl;
-/* i830_dma.c */
-extern void i830_reclaim_buffers(drm_device_t *dev, struct file *filp);
-
/* i830_irq.c */
extern int i830_irq_emit(struct inode *inode, struct file *filp,
unsigned int cmd, unsigned long arg);