summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/solomon
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2023-12-04 10:07:50 +0100
committerThomas Zimmermann <tzimmermann@suse.de>2023-12-06 10:36:10 +0100
commit9e8f373e8a77c5192532bab6ea267b329fe66b77 (patch)
treef402da50c182c546d10452720c86ca561889055e /drivers/gpu/drm/solomon
parent2887875256d486c0cbb544e67932526bd681e209 (diff)
downloadlinux-9e8f373e8a77c5192532bab6ea267b329fe66b77.tar.gz
linux-9e8f373e8a77c5192532bab6ea267b329fe66b77.tar.bz2
linux-9e8f373e8a77c5192532bab6ea267b329fe66b77.zip
drm/solomon: 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: Geert Uytterhoeven <geert@linux-m68k.org> Reviewed-by: Javier Martinez Canillas <javierm@redhat.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Link: https://patchwork.freedesktop.org/patch/msgid/20231204090852.1650-6-tzimmermann@suse.de
Diffstat (limited to 'drivers/gpu/drm/solomon')
-rw-r--r--drivers/gpu/drm/solomon/ssd130x.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/solomon/ssd130x.h b/drivers/gpu/drm/solomon/ssd130x.h
index acf7cedf0c1a..075c5c3ee75a 100644
--- a/drivers/gpu/drm/solomon/ssd130x.h
+++ b/drivers/gpu/drm/solomon/ssd130x.h
@@ -17,7 +17,6 @@
#include <drm/drm_crtc.h>
#include <drm/drm_drv.h>
#include <drm/drm_encoder.h>
-#include <drm/drm_plane_helper.h>
#include <linux/regmap.h>