v3d: drop incorrect MAYBE_UNUSED
[mesa.git] / src / gallium / drivers / v3d / v3d_resource.h
index 2aa28627338644f15ff40f339bd96d19b58ce01a..f0b7c26e04886444a6c3dda70f61454a1c496dfb 100644 (file)
@@ -123,7 +123,7 @@ struct v3d_resource {
         struct pipe_resource base;
         struct v3d_bo *bo;
         struct renderonly_scanout *scanout;
-        struct v3d_resource_slice slices[VC5_MAX_MIP_LEVELS];
+        struct v3d_resource_slice slices[V3D_MAX_MIP_LEVELS];
         uint32_t cube_map_stride;
         uint32_t size;
         int cpp;