]> Git Repo - linux.git/commitdiff
drm/amdgpu: Do not include <drm/drm_plane_helper.h>
authorThomas Zimmermann <[email protected]>
Mon, 4 Dec 2023 09:07:47 +0000 (10:07 +0100)
committerThomas Zimmermann <[email protected]>
Wed, 6 Dec 2023 09:35:56 +0000 (10:35 +0100)
Remove unnecessary include statements for <drm/drm_plane_helper.h>.
The file contains helpers for non-atomic code and should not be
required by most drivers. No functional changes.

Signed-off-by: Thomas Zimmermann <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Reviewed-by: Harry Wentland <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

index aa43f1761acd3fcfa06def985edcbdc655f3499b..b8c3a9b104a414962276ebe848938c8d551498e6 100644 (file)
@@ -92,7 +92,6 @@
 #include <drm/drm_vblank.h>
 #include <drm/drm_audio_component.h>
 #include <drm/drm_gem_atomic_helper.h>
-#include <drm/drm_plane_helper.h>
 
 #include <acpi/video.h>
 
This page took 0.099332 seconds and 4 git commands to generate.