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)
commit1706d9a412e90959ba0b593ad3b9113a7c9c9b6c
tree886d7b76a790afd7895de1d263d9bb72f5392a99
parent9a13ff8f52dde1345f2e98468ce74fbb3be82970
drm/amd/display: Turn global functions into static

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