drm/amd/display: Drop unnecessary header
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Tue, 13 Feb 2024 21:35:55 +0000 (14:35 -0700)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 22 Feb 2024 15:26:08 +0000 (10:26 -0500)
commitf4b96df9ab384397432b589f2828bfe580adf446
tree3ad43bb2bdd67a3882d861467f2c1b40d176513c
parent34241dc665cf21bc628f1fea2249adb10010dfc0
drm/amd/display: Drop unnecessary header

A long time ago, the slab header was added to multiple files in DC. We
also included it in the os_types.h, which is included in many of those
DC files. At this point, there is no need to insert the slab.h header in
multiple files, so this commit drops those includes.

Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Reviewed-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c
drivers/gpu/drm/amd/display/dc/clk_mgr/clk_mgr.c
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/rv1_clk_mgr.c
drivers/gpu/drm/amd/display/dc/hdcp/hdcp_msg.c
drivers/gpu/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.c
drivers/gpu/drm/amd/display/dc/irq/dcn21/irq_service_dcn21.c
drivers/gpu/drm/amd/display/dc/resource/dcn20/dcn20_resource.c