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/i830_dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-core/i830_dma.c') diff --git a/linux-core/i830_dma.c b/linux-core/i830_dma.c index 9d80d917..a122898b 100644 --- a/linux-core/i830_dma.c +++ b/linux-core/i830_dma.c @@ -1248,7 +1248,7 @@ static int i830_flush_queue(drm_device_t * dev) } /* Must be called with the lock held */ -void i830_reclaim_buffers(drm_device_t *dev, struct file *filp) +static void i830_reclaim_buffers(drm_device_t *dev, struct file *filp) { drm_device_dma_t *dma = dev->dma; int i; -- cgit v1.2.3