Re: (subset) [PATCH v2] drm/imagination: Removed unused functions in pvr_fw_trace

From: Maxime Ripard
Date: Wed Dec 06 2023 - 08:10:20 EST


On Mon, 04 Dec 2023 15:13:37 +0000, Donald Robson wrote:
> Fixing the warning below due to an unused file level vtable. Removing
> only this causes additional warnings for the now unused functions, so
> I've removed those too.
>
> >> drivers/gpu/drm/imagination/pvr_fw_trace.c:205:37: warning: 'pvr_fw_trace_group_mask_fops' defined but not used [-Wunused-const-variable=]
> 205 | static const struct file_operations pvr_fw_trace_group_mask_fops = {
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> [...]

Applied to drm/drm-misc (drm-misc-next).

Thanks!
Maxime