diff options
-rw-r--r-- | src/mesa/drivers/dri/mga/mgaioctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/mga/mgaioctl.c b/src/mesa/drivers/dri/mga/mgaioctl.c index df253d15934..6e653f8c73d 100644 --- a/src/mesa/drivers/dri/mga/mgaioctl.c +++ b/src/mesa/drivers/dri/mga/mgaioctl.c @@ -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; |