diff --git a/drivers/gpu/drm/amd/display/dc/os_types.h b/drivers/gpu/drm/amd/display/dc/os_types.h index 459a2741eccb5f3e0f80c3e5d7202e9dd5c035ea..7f0c282a14666b00e037257e5509c56165f0fd32 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