Declare r128_do_cleanup_pageflip static since it's only used here and its

prototype went away.
main
Eric Anholt 2005-02-03 01:06:10 +00:00
parent ed31275144
commit 7f7bbdcbed
1 changed files with 1 additions and 1 deletions

View File

@ -1287,7 +1287,7 @@ static int r128_do_init_pageflip(drm_device_t * dev)
return 0;
}
int r128_do_cleanup_pageflip(drm_device_t * dev)
static int r128_do_cleanup_pageflip(drm_device_t * dev)
{
drm_r128_private_t *dev_priv = dev->dev_private;
DRM_DEBUG("\n");