diff options
author | Harry Wentland <harry.wentland@amd.com> | 2016-12-01 09:43:14 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-09-26 17:02:19 -0400 |
commit | b32c34ae480b5f16e2a8efab56e39d58a191fd1e (patch) | |
tree | eed70717f1b35de51e0b1df77ed5911ff9eeef45 | |
parent | 0971d745f68bcd6eeda1d1a7420142dc41fac798 (diff) |
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.h | 1 |
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 |