mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 03:30:22 +01:00
radeon: remove duplicate declaration of struct radeon_bo_manager in radeon_bo.h
Reviewed-by: Simon Ser <contact@emersion.fr> Signed-off-by: suijingfeng <suijingfeng@loongson.cn>
This commit is contained in:
parent
d76c387125
commit
dd3d6dd321
1 changed files with 0 additions and 1 deletions
|
|
@ -48,7 +48,6 @@ struct radeon_bo {
|
||||||
uint32_t size;
|
uint32_t size;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct radeon_bo_manager;
|
|
||||||
|
|
||||||
void radeon_bo_debug(struct radeon_bo *bo, const char *op);
|
void radeon_bo_debug(struct radeon_bo *bo, const char *op);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue