Skip to content

Commit 9e8f373

Browse files
committed
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
1 parent 2887875 commit 9e8f373

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/gpu/drm/solomon/ssd130x.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include <drm/drm_crtc.h>
1818
#include <drm/drm_drv.h>
1919
#include <drm/drm_encoder.h>
20-
#include <drm/drm_plane_helper.h>
2120

2221
#include <linux/regmap.h>
2322

0 commit comments

Comments
 (0)