Move drm_plane_helper_atomic_check() into udl, which is the only driver using it. Remove several unnecessary include statements for <drm/drm_plane_helper.h>. Thomas Zimmermann (8): drm/plane-helper: Move drm_plane_helper_atomic_check() into udl drm/amdgpu: Do not include <drm/drm_plane_helper.h> drm/loongson: Do not include <drm/drm_plane_helper.h> drm/shmobile: Do not include <drm/drm_plane_helper.h> drm/solomon: Do not include <drm/drm_plane_helper.h> drm/ofdrm: Do not include <drm/drm_plane_helper.h> drm/simpledrm: Do not include <drm/drm_plane_helper.h> drm/xlnx: Do not include <drm/drm_plane_helper.h> .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 1 - drivers/gpu/drm/drm_plane_helper.c | 32 ------------------- drivers/gpu/drm/loongson/lsdc_plane.c | 1 - .../drm/renesas/shmobile/shmob_drm_plane.c | 1 - drivers/gpu/drm/solomon/ssd130x.h | 1 - drivers/gpu/drm/tiny/ofdrm.c | 1 - drivers/gpu/drm/tiny/simpledrm.c | 1 - drivers/gpu/drm/udl/udl_modeset.c | 19 +++++++++-- drivers/gpu/drm/xlnx/zynqmp_kms.c | 1 - include/drm/drm_plane_helper.h | 2 -- 10 files changed, 17 insertions(+), 43 deletions(-) -- 2.43.0