From: Ville Syrjälä Date: Mon, 13 Jun 2022 20:03:14 +0000 (+0300) Subject: drm: Remove unnecessary junk from drm_crtc.h X-Git-Tag: v6.6.17~3937^2~23^2~2125 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3019a8d7c1891ceea55820ee0f7bb36192181aa4;p=platform%2Fkernel%2Flinux-rpi.git drm: Remove unnecessary junk from drm_crtc.h drm_crtc.h is including several entirely unnecessary headers, and also contains unused forward declarations. Remove it all. Signed-off-by: Ville Syrjälä Link: https://patchwork.freedesktop.org/patch/msgid/20220613200317.11305-6-ville.syrjala@linux.intel.com Acked-by: Jani Nikula --- diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index c404b6e..1cbd956 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -29,18 +29,12 @@ #include #include #include -#include #include -#include -#include #include -#include #include #include #include -#include #include -#include #include #include @@ -49,11 +43,9 @@ struct drm_device; struct drm_framebuffer; struct drm_mode_set; struct drm_file; -struct drm_clip_rect; struct drm_printer; struct drm_self_refresh_data; struct device_node; -struct dma_fence; struct edid; static inline int64_t U642I64(uint64_t val)