diff options
author | Thomas Zimmermann <tzimmermann@suse.de> | 2023-12-04 10:07:51 +0100 |
---|---|---|
committer | Thomas Zimmermann <tzimmermann@suse.de> | 2023-12-06 10:36:14 +0100 |
commit | 7e661a06998e06455563b2ff6198c7f3efe31cf2 (patch) | |
tree | 83bcb328673c7440b0cffea2ec66fb1fb204a821 | |
parent | drm/solomon: Do not include <drm/drm_plane_helper.h> (diff) | |
download | linux-7e661a06998e06455563b2ff6198c7f3efe31cf2.tar.xz linux-7e661a06998e06455563b2ff6198c7f3efe31cf2.zip |
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
-rw-r--r-- | drivers/gpu/drm/tiny/ofdrm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tiny/ofdrm.c b/drivers/gpu/drm/tiny/ofdrm.c index 05a72473cfc6..ab89b7fc7bf6 100644 --- a/drivers/gpu/drm/tiny/ofdrm.c +++ b/drivers/gpu/drm/tiny/ofdrm.c @@ -19,7 +19,6 @@ #include <drm/drm_gem_shmem_helper.h> #include <drm/drm_managed.h> #include <drm/drm_modeset_helper_vtables.h> -#include <drm/drm_plane_helper.h> #include <drm/drm_probe_helper.h> #include <drm/drm_simple_kms_helper.h> |