From b32c34ae480b5f16e2a8efab56e39d58a191fd1e Mon Sep 17 00:00:00 2001 From: Harry Wentland Date: Thu, 1 Dec 2016 09:43:14 -0500 Subject: drm/amd/display: Removing extra newline Signed-off-by: Harry Wentland Reviewed-by: Tony Cheng Acked-by: Harry Wentland Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/display/dc/os_types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/gpu/drm/amd/display/dc/os_types.h') 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 -- cgit v1.2.3-59-g8ed1b