Commit 2c278f01 authored by Aric Cyr's avatar Aric Cyr Committed by Alex Deucher
Browse files

drm/amd/display: remove unused variable

parent 3ba28b63
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
};