aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/0743-drm-amd-dal-remove-warning-in-bios-makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/files/0743-drm-amd-dal-remove-warning-in-bios-makefile.patch')
-rw-r--r--common/recipes-kernel/linux/files/0743-drm-amd-dal-remove-warning-in-bios-makefile.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/files/0743-drm-amd-dal-remove-warning-in-bios-makefile.patch b/common/recipes-kernel/linux/files/0743-drm-amd-dal-remove-warning-in-bios-makefile.patch
new file mode 100644
index 00000000..bc705741
--- /dev/null
+++ b/common/recipes-kernel/linux/files/0743-drm-amd-dal-remove-warning-in-bios-makefile.patch
@@ -0,0 +1,26 @@
+From 00d705afec8bfc7423772b4d8b94dc3b74e0d46a Mon Sep 17 00:00:00 2001
+From: Mykola Lysenko <Mykola.Lysenko@amd.com>
+Date: Thu, 28 Jan 2016 18:12:03 +0800
+Subject: [PATCH 0743/1110] drm/amd/dal: remove warning in bios makefile
+
+Signed-off-by: Mykola Lysenko <Mykola.Lysenko@amd.com>
+Acked-by: Harry Wentland <harry.wentland@amd.com>
+---
+ drivers/gpu/drm/amd/dal/dc/bios/Makefile | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/dal/dc/bios/Makefile b/drivers/gpu/drm/amd/dal/dc/bios/Makefile
+index 75bb892..ddfe457 100644
+--- a/drivers/gpu/drm/amd/dal/dc/bios/Makefile
++++ b/drivers/gpu/drm/amd/dal/dc/bios/Makefile
+@@ -11,7 +11,6 @@ AMD_DAL_FILES += $(AMD_DAL_BIOS)
+ ifndef CONFIG_DRM_AMD_DAL_VBIOS_PRESENT
+ AMD_DAL_FILES := $(filter-out $(AMDDALPATH)/dc/bios/bios_parser_helper.o,$(AMD_DAL_FILES))
+ endif
+-$(warning AMD_DAL_FILES=$(AMD_DAL_FILES))
+
+
+ ###############################################################################
+--
+2.7.4
+