aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarry Wentland <[email protected]>2016-12-01 09:43:14 -0500
committerAlex Deucher <[email protected]>2017-09-26 17:02:19 -0400
commitb32c34ae480b5f16e2a8efab56e39d58a191fd1e (patch)
treeeed70717f1b35de51e0b1df77ed5911ff9eeef45
parent0971d745f68bcd6eeda1d1a7420142dc41fac798 (diff)
drm/amd/display: Removing extra newline
Signed-off-by: Harry Wentland <[email protected]> Reviewed-by: Tony Cheng <[email protected]> Acked-by: Harry Wentland <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-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