drm/amdgpu: Do not include <drm/drm_plane_helper.h>
authorThomas Zimmermann <tzimmermann@suse.de>
Mon, 4 Dec 2023 09:07:47 +0000 (10:07 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Wed, 6 Dec 2023 09:35:56 +0000 (10:35 +0100)
commitbb8532601260209d1ee40c52d15e98578b703e47
treef72c34ce1c1bac1d02b1c55a471c46e13058eafc
parenta0fce84cb1b3b88d3d5853f7ac5f1a3ef7e38620
drm/amdgpu: Do not include <drm/drm_plane_helper.h>

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 <tzimmermann@suse.de>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231204090852.1650-3-tzimmermann@suse.de
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c