Re: [PATCH v2 03/10] drm: Don't include in drm_crtc_helper.h

2023-01-11 Thread Ville Syrjälä
On Wed, Jan 11, 2023 at 02:01:59PM +0100, Thomas Zimmermann wrote: > 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 > --- > include/drm/drm_crtc_helper.h | 2 -- >

[PATCH v2 03/10] drm: Don't include in drm_crtc_helper.h

2023-01-11 Thread Thomas Zimmermann
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 --- include/drm/drm_crtc_helper.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/drm/drm_crtc_helper.h b/includ