From: Javier Carrasco Date: Mon, 24 Jun 2024 16:43:46 +0000 (+0200) Subject: drm/mediatek: ovl_adaptor: Drop unused mtk_crtc.h header X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d88464a80a286bfafe5c9d08747be3a69e6104cc;p=users%2Fjedix%2Flinux-maple.git drm/mediatek: ovl_adaptor: Drop unused mtk_crtc.h header None of the elements from that header is used in this file. Signed-off-by: Javier Carrasco Reviewed-by: CK Hu Link: https://patchwork.kernel.org/project/dri-devel/patch/20240624-mtk_disp_ovl_adaptor_scoped-v1-1-9fa1e074d881@gmail.com/ Signed-off-by: Chun-Kuang Hu --- diff --git a/drivers/gpu/drm/mediatek/mtk_disp_ovl_adaptor.c b/drivers/gpu/drm/mediatek/mtk_disp_ovl_adaptor.c index 1a2a73757370..ca20cad800db 100644 --- a/drivers/gpu/drm/mediatek/mtk_disp_ovl_adaptor.c +++ b/drivers/gpu/drm/mediatek/mtk_disp_ovl_adaptor.c @@ -17,7 +17,6 @@ #include #include -#include "mtk_crtc.h" #include "mtk_ddp_comp.h" #include "mtk_disp_drv.h" #include "mtk_drm_drv.h"