Skip to content

Commit 535960b

Browse files
Hsiao Chien SungChun-Kuang Hu
authored andcommitted
drm/mediatek: Rename files "mtk_drm_gem.c" to "mtk_gem.c"
Rename files mtk_drm_gem.c to mtk_gem.c. 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 f246816 commit 535960b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

drivers/gpu/drm/mediatek/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ mediatek-drm-y := mtk_crtc.o \
1111
mtk_disp_ovl_adaptor.o \
1212
mtk_disp_rdma.o \
1313
mtk_drm_drv.o \
14-
mtk_drm_gem.o \
1514
mtk_dsi.o \
1615
mtk_dpi.o \
1716
mtk_ethdr.o \
17+
mtk_gem.o \
1818
mtk_mdp_rdma.o \
1919
mtk_padding.o \
2020
mtk_plane.o

0 commit comments

Comments
 (0)