Skip to content

Commit 543571d

Browse files
Hsiao Chien SungChun-Kuang Hu
authored andcommitted
drm/mediatek: Rename files "mtk_drm_plane.c" to "mtk_plane.c"
Rename files mtk_drm_plane.c to mtk_plane.c and modify the Makefile accordingly. Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Reviewed-by: CK Hu <[email protected]> Signed-off-by: Hsiao Chien Sung <[email protected]> Link: https://patchwork.kernel.org/project/dri-devel/patch/[email protected]/ Signed-off-by: Chun-Kuang Hu <[email protected]>
1 parent 9f2997a commit 543571d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/gpu/drm/mediatek/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ mediatek-drm-y := mtk_crtc.o \
1212
mtk_disp_rdma.o \
1313
mtk_drm_drv.o \
1414
mtk_drm_gem.o \
15-
mtk_drm_plane.o \
1615
mtk_dsi.o \
1716
mtk_dpi.o \
1817
mtk_ethdr.o \
1918
mtk_mdp_rdma.o \
20-
mtk_padding.o
19+
mtk_padding.o \
20+
mtk_plane.o
2121

2222
obj-$(CONFIG_DRM_MEDIATEK) += mediatek-drm.o
2323

0 commit comments

Comments
 (0)