From 7d7024ca202c502324dce683f2061b35d113a6aa Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 10 Jan 2017 08:35:47 +1000 Subject: drm/amd/display: drop min/max wrappers These aren't needed, and aren't really used in too many places. Signed-off-by: Dave Airlie Reviewed-by: Tony Cheng Reviewed-by: Harry Wentland Reviewed-by: Edward O'Callaghan Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/display/dc/os_types.h | 2 -- 1 file changed, 2 deletions(-) (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 7f0c282a1466..27ed2a61c3c8 100644 --- a/drivers/gpu/drm/amd/display/dc/os_types.h +++ b/drivers/gpu/drm/amd/display/dc/os_types.h @@ -52,8 +52,6 @@ #define dm_vlog(fmt, args) vprintk(fmt, args) -#define dm_min(x, y) min(x, y) -#define dm_max(x, y) max(x, y) #endif -- cgit v1.2.3-59-g8ed1b