Re: [PATCH 07/10] drm/amd/display: Remove unused dmub_outbox_irq_info_funcs variable

2022-02-22 Thread Alex Deucher
Applied. Thanks! Alex On Tue, Feb 22, 2022 at 8:18 AM Maíra Canal wrote: > > Remove the unused struct irq_source_info_funcs > dmub_outbox_irq_info_funcs from the file, which was declared but never > hooked up. > > This was pointed by clang with the following warning: > > drivers/gpu/drm/amd/amd

[PATCH 07/10] drm/amd/display: Remove unused dmub_outbox_irq_info_funcs variable

2022-02-22 Thread Maíra Canal
Remove the unused struct irq_source_info_funcs dmub_outbox_irq_info_funcs from the file, which was declared but never hooked up. This was pointed by clang with the following warning: drivers/gpu/drm/amd/amdgpu/../display/dc/irq/dcn201/irq_service_dcn201.c:141:43: warning: unused variable 'dmub_ou