drm/amd/display: remove unused variable
authorAric Cyr <aric.cyr@amd.com>
Sun, 19 Jan 2020 03:50:59 +0000 (22:50 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 6 Feb 2020 20:04:37 +0000 (15:04 -0500)
Signed-off-by: Aric Cyr <aric.cyr@amd.com>
Reviewed-by: Aric Cyr <Aric.Cyr@amd.com>
Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dc.h

index e8d126890d7e389f2e3a3ab1c751ff20597084b2..d00b72df469a709b59fc702b5d74f0ac33824e60 100644 (file)
@@ -682,7 +682,6 @@ struct dc_3dlut {
        struct kref refcount;
        struct tetrahedral_params lut_3d;
        struct fixed31_32 hdr_multiplier;
-       bool initialized; /*remove after diag fix*/
        union dc_3dlut_state state;
        struct dc_context *ctx;
 };