panfrost: Kill unused forward declarations in pan_texture.h

pan_pool and pan_jc are never used in this file.

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Constantine Shablya <constantine.shablya@collabora.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26698>
This commit is contained in:
Boris Brezillon 2023-12-05 12:12:51 +01:00 committed by Marge Bot
parent bd901213dc
commit fe9d541d9d

View file

@ -286,9 +286,6 @@ unsigned panfrost_texture_offset(const struct pan_image_layout *layout,
unsigned level, unsigned array_idx,
unsigned surface_idx);
struct pan_pool;
struct pan_jc;
/* DRM modifier helper */
#define drm_is_afbc(mod) \