Declare r128_do_cleanup_pageflip static since it's only used here and its
prototype went away.main
parent
ed31275144
commit
7f7bbdcbed
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue