mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-04-20 01:30:39 +02:00
Declare r128_do_cleanup_pageflip static since it's only used here and its
prototype went away.
This commit is contained in:
parent
ed31275144
commit
7f7bbdcbed
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue