drm/amd/display: Turn global functions into static
authorArthur Grillo <arthurgrillo@riseup.net>
Mon, 13 Feb 2023 20:49:14 +0000 (17:49 -0300)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 16 Feb 2023 03:24:30 +0000 (22:24 -0500)
Turn global functions that are only used locally into static ones. This
reduces the number of -Wmissing-prototypes warnings.

Signed-off-by: Arthur Grillo <arthurgrillo@riseup.net>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/irq/dcn201/irq_service_dcn201.c

index 27dc8c9955f44e5cb8572ecfd24780894c1af36b..3c7cb3dc046b6cfbcb91fe6502a620f49a5c9e95 100644 (file)
@@ -37,7 +37,7 @@
 #include "soc15_hw_ip.h"
 #include "ivsrcid/dcn/irqsrcs_dcn_1_0.h"
 
-enum dc_irq_source to_dal_irq_source_dcn201(
+static enum dc_irq_source to_dal_irq_source_dcn201(
                struct irq_service *irq_service,
                uint32_t src_id,
                uint32_t ext_id)