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-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7e8c9ef572547f75712ac59a8ac1a394c771c332;p=linux.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 fddd0d1af6891..e923089522896 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,