iris: remove unnecessary forward declaration
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4561>
This commit is contained in:
@@ -171,10 +171,6 @@ static int bo_set_tiling_internal(struct iris_bo *bo, uint32_t tiling_mode,
|
||||
|
||||
static void bo_free(struct iris_bo *bo);
|
||||
|
||||
static uint64_t vma_alloc(struct iris_bufmgr *bufmgr,
|
||||
enum iris_memory_zone memzone,
|
||||
uint64_t size, uint64_t alignment);
|
||||
|
||||
static struct iris_bo *
|
||||
find_and_ref_external_bo(struct hash_table *ht, unsigned int key)
|
||||
{
|
||||
|
Reference in New Issue
Block a user