aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/os_types.h
diff options
context:
space:
mode:
authorHarry Wentland <harry.wentland@amd.com>2016-12-01 09:43:14 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 17:02:19 -0400
commitb32c34ae480b5f16e2a8efab56e39d58a191fd1e (patch)
treeeed70717f1b35de51e0b1df77ed5911ff9eeef45 /drivers/gpu/drm/amd/display/dc/os_types.h
parentdrm/amd/display: Update rgb limited range csc matrix calculation (diff)
downloadlinux-dev-b32c34ae480b5f16e2a8efab56e39d58a191fd1e.tar.xz
linux-dev-b32c34ae480b5f16e2a8efab56e39d58a191fd1e.zip
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>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/os_types.h')
-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