This patch is: Reviewed-by: Guchun Chen <[email protected]> Looks it needs to add it to upstream instead of amd-staging-drm-next branch.
Regards, Guchun -----Original Message----- From: amd-gfx <[email protected]> On Behalf Of Ma Jun Sent: Tuesday, August 30, 2022 8:06 PM To: [email protected]; Deucher, Alexander <[email protected]> Cc: Chen, Guchun <[email protected]> Subject: [PATCH] drm/amd/display: Remove redundant reference of the header file From: Ma Jun <[email protected]> Remove redundant reference of the header file drm_gem_atomic_helper.h Signed-off-by: Ma Jun <[email protected]> --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c index 5140d9c2bf3b..b4019c4661c4 100644 --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c @@ -87,7 +87,6 @@ #include <drm/drm_edid.h> #include <drm/drm_vblank.h> #include <drm/drm_audio_component.h> -#include <drm/drm_gem_atomic_helper.h> #include "ivsrcid/dcn/irqsrcs_dcn_1_0.h" -- 2.25.1
