aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/0029-drm-amd-display-Removing-extra-newline.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-4.14.71/0029-drm-amd-display-Removing-extra-newline.patch')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-4.14.71/0029-drm-amd-display-Removing-extra-newline.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-4.14.71/0029-drm-amd-display-Removing-extra-newline.patch b/common/recipes-kernel/linux/linux-yocto-4.14.71/0029-drm-amd-display-Removing-extra-newline.patch
new file mode 100644
index 00000000..3fd6dccf
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-yocto-4.14.71/0029-drm-amd-display-Removing-extra-newline.patch
@@ -0,0 +1,28 @@
+From cf9e6342d49fabeb5acfcb650e7a5d02591d135c Mon Sep 17 00:00:00 2001
+From: Harry Wentland <harry.wentland@amd.com>
+Date: Thu, 1 Dec 2016 09:43:14 -0500
+Subject: [PATCH 0029/4131] drm/amd/display: Removing extra newline
+
+Signed-off-by: Harry Wentland <harry.wentland@amd.com>
+Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
+Acked-by: Harry Wentland <Harry.Wentland@amd.com>
+Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
+---
+ drivers/gpu/drm/amd/display/dc/os_types.h | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/drivers/gpu/drm/amd/display/dc/os_types.h b/drivers/gpu/drm/amd/display/dc/os_types.h
+index 459a274..7f0c282 100644
+--- a/drivers/gpu/drm/amd/display/dc/os_types.h
++++ b/drivers/gpu/drm/amd/display/dc/os_types.h
+@@ -54,7 +54,6 @@
+
+ #define dm_min(x, y) min(x, y)
+ #define dm_max(x, y) max(x, y)
+-
+ #endif
+
+
+--
+2.7.4
+