make mgaSetFence() and mgaWaitFence() static
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 23 May 2006 02:13:53 +0000 (02:13 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 23 May 2006 02:13:53 +0000 (02:13 +0000)
src/mesa/drivers/dri/mga/mgaioctl.c

index df253d1..6e653f8 100644 (file)
@@ -50,7 +50,7 @@
 #include "vblank.h"
 
 
-int
+static int
 mgaSetFence( mgaContextPtr mmesa, uint32_t * fence )
 {
     int ret = ENOSYS;
@@ -68,7 +68,7 @@ mgaSetFence( mgaContextPtr mmesa, uint32_t * fence )
 }
 
 
-int
+static int
 mgaWaitFence( mgaContextPtr mmesa, uint32_t fence, uint32_t * curr_fence )
 {
     int ret = ENOSYS;