Skip to content

Commit 7e661a0

Browse files
committed
drm/ofdrm: 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: Sui Jingfeng <suijingfeng@loongson.cn> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Link: https://patchwork.freedesktop.org/patch/msgid/20231204090852.1650-7-tzimmermann@suse.de
1 parent 9e8f373 commit 7e661a0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/gpu/drm/tiny/ofdrm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include <drm/drm_gem_shmem_helper.h>
2020
#include <drm/drm_managed.h>
2121
#include <drm/drm_modeset_helper_vtables.h>
22-
#include <drm/drm_plane_helper.h>
2322
#include <drm/drm_probe_helper.h>
2423
#include <drm/drm_simple_kms_helper.h>
2524

0 commit comments

Comments
 (0)