Re: [PATCH 1/2] drm/imagination: Removed unused functions in pvr_fw_trace

2023-12-04 Thread Maxime Ripard
Hi, On Mon, Dec 04, 2023 at 01:36:11PM +, 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: wa

Re: [PATCH 1/2] drm/imagination: Removed unused functions in pvr_fw_trace

2023-12-04 Thread Donald Robson
Just to clarify, there is no [PATCH 2/2]. I made the patch from the wrong branch and didn't notice format-patch had picked up another commit. Thanks, Donald On Mon, 2023-12-04 at 13:36 +, Donald Robson wrote: > *** NOTE: This is an internal email from Imagination Technologies *** > > > >

[PATCH 1/2] drm/imagination: Removed unused functions in pvr_fw_trace

2023-12-04 Thread Donald Robson
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-c