From: Ville Syrjälä Date: Mon, 13 Jun 2022 20:03:13 +0000 (+0300) Subject: drm: Drop drm_connector.h from drm_crtc.h X-Git-Tag: baikal/mips/sdk6.1~5152^2~20^2~24 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=18949593e04c4e6d24f985885e73d6de2acf787a;p=kernel.git drm: Drop drm_connector.h from drm_crtc.h drm_crtc.h has no need for drm_connector.h, so don't include it. Avoids useless rebuilds of the entire universe when touching drm_connector.h. Signed-off-by: Ville Syrjälä Link: https://patchwork.freedesktop.org/patch/msgid/20220613200317.11305-5-ville.syrjala@linux.intel.com Acked-by: Jani Nikula --- diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 7fbccbe8b4c6c..c404b6e81220f 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -37,7 +37,6 @@ #include #include #include -#include #include #include #include @@ -45,6 +44,7 @@ #include #include +struct drm_connector; struct drm_device; struct drm_framebuffer; struct drm_mode_set;