Skip to content

Commit aa5d7cf

Browse files
committed
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
1 parent 81b32f4 commit aa5d7cf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/gpu/drm/xlnx/zynqmp_kms.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#include <drm/drm_managed.h>
2828
#include <drm/drm_mode_config.h>
2929
#include <drm/drm_plane.h>
30-
#include <drm/drm_plane_helper.h>
3130
#include <drm/drm_probe_helper.h>
3231
#include <drm/drm_simple_kms_helper.h>
3332
#include <drm/drm_vblank.h>

0 commit comments

Comments
 (0)