glamor: Make glamor_get_name_from_bo static.

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
Eric Anholt 2015-10-15 13:25:12 -07:00
parent 6be33fd044
commit 7cd495a888

View File

@ -369,9 +369,7 @@ glamor_egl_create_textured_pixmap_from_gbm_bo(PixmapPtr pixmap,
}
#ifdef GLAMOR_HAS_GBM
void glamor_get_name_from_bo(int gbm_fd, struct gbm_bo *bo, int *name);
void
static void
glamor_get_name_from_bo(int gbm_fd, struct gbm_bo *bo, int *name)
{
union gbm_bo_handle handle;