From: Yongqiang Sun Date: Fri, 13 Nov 2020 14:05:32 +0000 (-0500) Subject: drm/amd/display: remove macro which is in header already X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fe270efa32e64283886bb92cbb029600194cc72b;p=linux.git drm/amd/display: remove macro which is in header already [Why & How] Remove temp macro since the enum is in header file already. Signed-off-by: Yongqiang Sun Reviewed-by: Rodrigo Siqueira Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c b/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c index 90d5b320f1ac0..670c265838178 100644 --- a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c +++ b/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c @@ -65,11 +65,6 @@ GENERIC_OBJECT_ID_BRACKET_LAYOUT << OBJECT_ID_SHIFT) #endif /* GENERICOBJECT_BRACKET_LAYOUT_ENUM_ID2 */ - -//TODO: Remove this temp define after atomfirmware.h is updated. -#define ATOM_DISP_CONNECTOR_CAPS_RECORD_TYPE 23 - - #define DC_LOGGER \ bp->base.ctx->logger