aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.19.8/0833-drm-amd-display-amdgpu_dm-amdgpu_dm.c-Remove-duplica.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.19.8/0833-drm-amd-display-amdgpu_dm-amdgpu_dm.c-Remove-duplica.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.19.8/0833-drm-amd-display-amdgpu_dm-amdgpu_dm.c-Remove-duplica.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.19.8/0833-drm-amd-display-amdgpu_dm-amdgpu_dm.c-Remove-duplica.patch b/common/recipes-kernel/linux/linux-yocto-4.19.8/0833-drm-amd-display-amdgpu_dm-amdgpu_dm.c-Remove-duplica.patch
new file mode 100644
index 00000000..9ad588d8
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.19.8/0833-drm-amd-display-amdgpu_dm-amdgpu_dm.c-Remove-duplica.patch
@@ -0,0 +1,29 @@
+From 3dfe359c55cbfabebe613a3e820bb82e63f9bf86 Mon Sep 17 00:00:00 2001
+From: Brajeswar Ghosh <brajeswar.linux@gmail.com>
+Date: Wed, 21 Nov 2018 17:39:13 +0530
+Subject: [PATCH 0833/2940] 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 <brajeswar.linux@gmail.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+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 583d29b4e4a4..fae349a34df9 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"
+--
+2.17.1
+