panfrost: Drop unused panfrost_device forward declaration in pan_shader.h

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-07 16:27:51 +01:00
committed by Marge Bot
parent 517c0458f2
commit f4f2b7492b

View File

@@ -32,8 +32,6 @@
#include "genxml/gen_macros.h"
#include "pan_device.h"
struct panfrost_device;
void bifrost_preprocess_nir(nir_shader *nir, unsigned gpu_id);
void midgard_preprocess_nir(nir_shader *nir, unsigned gpu_id);