summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xlnx/zynqmp_kms.c
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2023-12-04 10:07:53 +0100
committerThomas Zimmermann <tzimmermann@suse.de>2023-12-06 10:36:21 +0100
commitaa5d7cf88bdebe5376970d79878f16d28536f7e2 (patch)
tree6616d2caa27e6662540a219ccd4d1a79b3c6e1ec /drivers/gpu/drm/xlnx/zynqmp_kms.c
parentdrm/simpledrm: Do not include <drm/drm_plane_helper.h> (diff)
downloadlinux-aa5d7cf88bdebe5376970d79878f16d28536f7e2.tar.xz
linux-aa5d7cf88bdebe5376970d79878f16d28536f7e2.zip
drm/xlnx: 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: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Link: https://patchwork.freedesktop.org/patch/msgid/20231204090852.1650-9-tzimmermann@suse.de
Diffstat (limited to '')
-rw-r--r--drivers/gpu/drm/xlnx/zynqmp_kms.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xlnx/zynqmp_kms.c b/drivers/gpu/drm/xlnx/zynqmp_kms.c
index a7f8611be6f4..db3bb4afbfc4 100644
--- a/drivers/gpu/drm/xlnx/zynqmp_kms.c
+++ b/drivers/gpu/drm/xlnx/zynqmp_kms.c
@@ -27,7 +27,6 @@
#include <drm/drm_managed.h>
#include <drm/drm_mode_config.h>
#include <drm/drm_plane.h>
-#include <drm/drm_plane_helper.h>
#include <drm/drm_probe_helper.h>
#include <drm/drm_simple_kms_helper.h>
#include <drm/drm_vblank.h>