aboutsummaryrefslogtreecommitdiff
path: root/linux-core/i810_dma.c
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/i810_dma.c
parentd75fa645ed03ee0e2ffddc629b050626ddde5776 (diff)
make some functions static from the kernel
Diffstat (limited to 'linux-core/i810_dma.c')
-rw-r--r--linux-core/i810_dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/i810_dma.c b/linux-core/i810_dma.c
index 193a6fd1..800c5f61 100644
--- a/linux-core/i810_dma.c
+++ b/linux-core/i810_dma.c
@@ -983,7 +983,7 @@ static int i810_flush_queue(drm_device_t * dev)
}
/* Must be called with the lock held */
-void i810_reclaim_buffers(drm_device_t *dev, struct file *filp)
+static void i810_reclaim_buffers(drm_device_t *dev, struct file *filp)
{
drm_device_dma_t *dma = dev->dma;
int i;