drm/amd/display/amdgpu_dm/amdgpu_dm.c: Remove duplicate header
authorBrajeswar Ghosh <brajeswar.linux@gmail.com>
Wed, 21 Nov 2018 12:09:13 +0000 (17:39 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 21 Nov 2018 20:32:20 +0000 (15:32 -0500)
Remove dm_services_types.h which is included more than once

Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

index d8d0b20..b837683 100644 (file)
@@ -38,7 +38,6 @@
 #include "amd_shared.h"
 #include "amdgpu_dm_irq.h"
 #include "dm_helpers.h"
-#include "dm_services_types.h"
 #include "amdgpu_dm_mst_types.h"
 #if defined(CONFIG_DEBUG_FS)
 #include "amdgpu_dm_debugfs.h"