mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-20 06:08:30 +02:00
winsys/radeon: make radeon_bo_vtbl static
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
parent
ca9e280d89
commit
96bbdc5188
1 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
|
||||
extern const struct pb_vtbl radeon_bo_vtbl;
|
||||
static const struct pb_vtbl radeon_bo_vtbl;
|
||||
|
||||
static INLINE struct radeon_bo *radeon_bo(struct pb_buffer *bo)
|
||||
{
|
||||
|
|
@ -471,7 +471,7 @@ static void radeon_bo_fence(struct pb_buffer *buf,
|
|||
{
|
||||
}
|
||||
|
||||
const struct pb_vtbl radeon_bo_vtbl = {
|
||||
static const struct pb_vtbl radeon_bo_vtbl = {
|
||||
radeon_bo_destroy,
|
||||
NULL, /* never called */
|
||||
NULL, /* never called */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue