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 df253d15934fef8870188bae5c993dafa18d0535..6e653f8c73debe54a4143c51b12482f68437d57e 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;