aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrajeswar Ghosh <[email protected]>2018-11-21 17:39:13 +0530
committerAlex Deucher <[email protected]>2018-11-21 15:32:20 -0500
commit9d7d2a0af2e4cbfc1f4d50dfa262b5994ac4fb23 (patch)
treee5fe81c3001d837e02fc43b7f1f01fe15f4e891c
parent1894687b92030ac39cea2fbcdb5f866207e0da2b (diff)
drm/amd/display/amdgpu_dm/amdgpu_dm.c: Remove duplicate header
Remove dm_services_types.h which is included more than once Signed-off-by: Brajeswar Ghosh <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r--drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
index d8d0b206a79c..b837683737ac 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@ -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"