aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.19.8/1028-drm-amd-display-Remove-duplicate-header.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.19.8/1028-drm-amd-display-Remove-duplicate-header.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.19.8/1028-drm-amd-display-Remove-duplicate-header.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.19.8/1028-drm-amd-display-Remove-duplicate-header.patch b/common/recipes-kernel/linux/linux-yocto-4.19.8/1028-drm-amd-display-Remove-duplicate-header.patch
new file mode 100644
index 00000000..4a95bae0
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.19.8/1028-drm-amd-display-Remove-duplicate-header.patch
@@ -0,0 +1,29 @@
+From c989e17d29147c305c417842abaa3bb30f826fec Mon Sep 17 00:00:00 2001
+From: Brajeswar Ghosh <brajeswar.linux@gmail.com>
+Date: Wed, 19 Dec 2018 13:27:13 +0530
+Subject: [PATCH 1028/2940] drm/amd/display: Remove duplicate header
+
+Remove custom_float.h which is included more than once
+
+Acked-by: Souptick Joarder <jrdr.linux@gmail.com>
+Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
+index 3630b111988e..df0283069453 100644
+--- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
++++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
+@@ -40,7 +40,6 @@
+ #include "ipp.h"
+ #include "mpc.h"
+ #include "reg_helper.h"
+-#include "custom_float.h"
+ #include "dcn10_hubp.h"
+ #include "dcn10_hubbub.h"
+ #include "dcn10_cm_common.h"
+--
+2.17.1
+