aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.19.8/1010-drm-amd-display-Remove-unused-headers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.19.8/1010-drm-amd-display-Remove-unused-headers.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.19.8/1010-drm-amd-display-Remove-unused-headers.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.19.8/1010-drm-amd-display-Remove-unused-headers.patch b/common/recipes-kernel/linux/linux-yocto-4.19.8/1010-drm-amd-display-Remove-unused-headers.patch
new file mode 100644
index 00000000..ddeb74e9
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.19.8/1010-drm-amd-display-Remove-unused-headers.patch
@@ -0,0 +1,33 @@
+From 082b17972def564cab3e52e8871535ac746ed70c Mon Sep 17 00:00:00 2001
+From: Imad Syed <imad.syed@amd.com>
+Date: Wed, 21 Nov 2018 12:54:31 -0800
+Subject: [PATCH 1010/2940] drm/amd/display: Remove unused headers
+
+They're not being used, so remove them.
+
+Signed-off-by: Imad Syed <imad.syed@amd.com>
+Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
+Acked-by: Leo Li <sunpeng.li@amd.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/display/dc/core/dc_link.c | 4 ----
+ 1 file changed, 4 deletions(-)
+
+diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link.c b/drivers/gpu/drm/amd/display/dc/core/dc_link.c
+index dde3a6064d41..ff08e9bdea04 100644
+--- a/drivers/gpu/drm/amd/display/dc/core/dc_link.c
++++ b/drivers/gpu/drm/amd/display/dc/core/dc_link.c
+@@ -43,10 +43,6 @@
+ #include "dpcd_defs.h"
+ #include "dmcu.h"
+
+-#include "dce/dce_11_0_d.h"
+-#include "dce/dce_11_0_enum.h"
+-#include "dce/dce_11_0_sh_mask.h"
+-
+ #define DC_LOGGER_INIT(logger)
+
+
+--
+2.17.1
+