From a25667894a8b8cab1dc8a48994cd9a61ecaba152 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sat, 18 Feb 2006 05:43:19 +0000 Subject: make some functions static from the kernel --- linux-core/i810_dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-core/i810_dma.c') 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; -- cgit v1.2.3