aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/4084-drm-amdgpu-remove-duplicated-include-from-mmhub_v1_0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/4084-drm-amdgpu-remove-duplicated-include-from-mmhub_v1_0.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/4084-drm-amdgpu-remove-duplicated-include-from-mmhub_v1_0.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/4084-drm-amdgpu-remove-duplicated-include-from-mmhub_v1_0.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/4084-drm-amdgpu-remove-duplicated-include-from-mmhub_v1_0.patch
new file mode 100644
index 00000000..361c17d8
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.19.8/4084-drm-amdgpu-remove-duplicated-include-from-mmhub_v1_0.patch
@@ -0,0 +1,29 @@
+From 79d4d3e16bdf4b9c69d7fcbc600e0c2f82f38e8d Mon Sep 17 00:00:00 2001
+From: YueHaibing <yuehaibing@huawei.com>
+Date: Sun, 6 Oct 2019 07:44:04 +0000
+Subject: [PATCH 4084/4256] drm/amdgpu: remove duplicated include from
+ mmhub_v1_0.c
+
+Remove duplicated include.
+
+Signed-off-by: YueHaibing <yuehaibing@huawei.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c b/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c
+index 85fdd47e015f..41c340bfc953 100644
+--- a/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c
++++ b/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c
+@@ -31,7 +31,6 @@
+ #include "vega10_enum.h"
+
+ #include "soc15_common.h"
+-#include "amdgpu_ras.h"
+
+ #define mmDAGB0_CNTL_MISC2_RV 0x008f
+ #define mmDAGB0_CNTL_MISC2_RV_BASE_IDX 0
+--
+2.17.1
+