From: Thomas Zimmermann Date: Thu, 3 Nov 2022 15:14:34 +0000 (+0100) Subject: drm/fb-helper: Cleanup include statements in header file X-Git-Tag: v6.6.7~1918^2~23^2~1373 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e8c9ef572547f75712ac59a8ac1a394c771c332;p=platform%2Fkernel%2Flinux-starfive.git drm/fb-helper: Cleanup include statements in header file Only include what we have to. Signed-off-by: Thomas Zimmermann Reviewed-by: Javier Martinez Canillas Link: https://patchwork.freedesktop.org/patch/msgid/20221103151446.2638-12-tzimmermann@suse.de --- diff --git a/include/drm/drm_fb_helper.h b/include/drm/drm_fb_helper.h index fddd0d1..e923089 100644 --- a/include/drm/drm_fb_helper.h +++ b/include/drm/drm_fb_helper.h @@ -32,11 +32,9 @@ struct drm_fb_helper; -#include -#include -#include #include -#include + +#include enum mode_set_atomic { LEAVE_ATOMIC_MODE_SET,