summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.c
diff options
context:
space:
mode:
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>2024-02-14 00:35:55 +0300
committerAlex Deucher <alexander.deucher@amd.com>2024-02-22 18:26:08 +0300
commitf4b96df9ab384397432b589f2828bfe580adf446 (patch)
tree3ad43bb2bdd67a3882d861467f2c1b40d176513c /drivers/gpu/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.c
parent34241dc665cf21bc628f1fea2249adb10010dfc0 (diff)
downloadlinux-f4b96df9ab384397432b589f2828bfe580adf446.tar.xz
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>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.c b/drivers/gpu/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.c
index e8baafa02443..916f0c974637 100644
--- a/drivers/gpu/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.c
+++ b/drivers/gpu/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.c
@@ -23,8 +23,6 @@
*
*/
-#include <linux/slab.h>
-
#include "dm_services.h"
#include "include/logger_interface.h"