]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/mediatek: ovl_adaptor: Drop unused mtk_crtc.h header
authorJavier Carrasco <javier.carrasco.cruz@gmail.com>
Mon, 24 Jun 2024 16:43:46 +0000 (18:43 +0200)
committerChun-Kuang Hu <chunkuang.hu@kernel.org>
Thu, 15 Aug 2024 13:52:32 +0000 (13:52 +0000)
None of the elements from that header is used in this file.

Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>
Reviewed-by: CK Hu <ck.hu@mediatek.com>
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 <chunkuang.hu@kernel.org>
drivers/gpu/drm/mediatek/mtk_disp_ovl_adaptor.c

index 1a2a73757370bc9d3c362c92c9c2c51385bb72a9..ca20cad800dbd5c7949fc175912d49d7c2c4b30b 100644 (file)
@@ -17,7 +17,6 @@
 #include <linux/soc/mediatek/mtk-mmsys.h>
 #include <linux/soc/mediatek/mtk-mutex.h>
 
-#include "mtk_crtc.h"
 #include "mtk_ddp_comp.h"
 #include "mtk_disp_drv.h"
 #include "mtk_drm_drv.h"