From: Thomas Zimmermann Date: Wed, 11 Jan 2023 13:01:59 +0000 (+0100) Subject: drm: Don't include in drm_crtc_helper.h X-Git-Tag: v6.3-rc1~135^2~22^2~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56cf400f8ebb8dbbd2a29fbdf5f4ac4a924a726a;p=thirdparty%2Fkernel%2Flinux.git drm: Don't include in drm_crtc_helper.h Including in drm_crtc_helper.h is not required. Remove the include statement and avoid rebuilding DRM whenever the fbdev header changes. Signed-off-by: Thomas Zimmermann Reviewed-by: Ville Syrjälä Acked-by: Maxime Ripard Link: https://patchwork.freedesktop.org/patch/msgid/20230111130206.29974-4-tzimmermann@suse.de --- diff --git a/include/drm/drm_crtc_helper.h b/include/drm/drm_crtc_helper.h index 1840db247f69d..072bc4f90349e 100644 --- a/include/drm/drm_crtc_helper.h +++ b/include/drm/drm_crtc_helper.h @@ -37,8 +37,6 @@ #include #include -#include - #include #include #include