summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarry Wentland <harry.wentland@amd.com>2016-12-01 17:43:14 +0300
committerAlex Deucher <alexander.deucher@amd.com>2017-09-27 00:02:19 +0300
commitb32c34ae480b5f16e2a8efab56e39d58a191fd1e (patch)
treeeed70717f1b35de51e0b1df77ed5911ff9eeef45
parent0971d745f68bcd6eeda1d1a7420142dc41fac798 (diff)
downloadlinux-b32c34ae480b5f16e2a8efab56e39d58a191fd1e.tar.xz
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>
-rw-r--r--drivers/gpu/drm/amd/display/dc/os_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/os_types.h b/drivers/gpu/drm/amd/display/dc/os_types.h
index 459a2741eccb..7f0c282a1466 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