aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/mediatek/mtk_drm_drv.c
diff options
context:
space:
mode:
authorChun-Kuang Hu <chunkuang.hu@kernel.org>2020-10-04 10:30:03 +0800
committerChun-Kuang Hu <chunkuang.hu@kernel.org>2020-11-30 23:37:40 +0800
commitc3c88422fabf425cf5e4bac29074ded97e010f57 (patch)
tree5944b8d97c31a596a4a01ad725fdb9203de0db9a /drivers/gpu/drm/mediatek/mtk_drm_drv.c
parentdrm/mediatek: Use correct aliases name for ovl (diff)
downloadwireguard-linux-c3c88422fabf425cf5e4bac29074ded97e010f57.tar.xz
wireguard-linux-c3c88422fabf425cf5e4bac29074ded97e010f57.zip
drm/mediatek: Separate mtk_mipi_tx to an independent module
mtk_mipi_tx is a part of mtk_drm module, but phy driver should be an independent module rather than be part of drm module, so separate the phy driver to an independent module. Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
Diffstat (limited to 'drivers/gpu/drm/mediatek/mtk_drm_drv.c')
-rw-r--r--drivers/gpu/drm/mediatek/mtk_drm_drv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/mediatek/mtk_drm_drv.c b/drivers/gpu/drm/mediatek/mtk_drm_drv.c
index fae346bc5bc5..b59c5df3b5b4 100644
--- a/drivers/gpu/drm/mediatek/mtk_drm_drv.c
+++ b/drivers/gpu/drm/mediatek/mtk_drm_drv.c
@@ -610,7 +610,6 @@ static struct platform_driver * const mtk_drm_drivers[] = {
&mtk_disp_rdma_driver,
&mtk_dpi_driver,
&mtk_drm_platform_driver,
- &mtk_mipi_tx_driver,
&mtk_dsi_driver,
};