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-Tag: v6.12-rc1~126^2~10^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d88464a80a286bfafe5c9d08747be3a69e6104cc;p=thirdparty%2Fkernel%2Flinux.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 1a2a73757370b..ca20cad800dbd 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"