@@ -1695,7 +1695,7 @@ static int mtk_hdmi_register_audio_driver(struct device *dev)
1695
1695
return 0 ;
1696
1696
}
1697
1697
1698
- static int mtk_drm_hdmi_probe (struct platform_device * pdev )
1698
+ static int mtk_hdmi_probe (struct platform_device * pdev )
1699
1699
{
1700
1700
struct mtk_hdmi * hdmi ;
1701
1701
struct device * dev = & pdev -> dev ;
@@ -1754,7 +1754,7 @@ static int mtk_drm_hdmi_probe(struct platform_device *pdev)
1754
1754
return ret ;
1755
1755
}
1756
1756
1757
- static void mtk_drm_hdmi_remove (struct platform_device * pdev )
1757
+ static void mtk_hdmi_remove (struct platform_device * pdev )
1758
1758
{
1759
1759
struct mtk_hdmi * hdmi = platform_get_drvdata (pdev );
1760
1760
@@ -1798,7 +1798,7 @@ static const struct mtk_hdmi_conf mtk_hdmi_conf_mt8167 = {
1798
1798
.cea_modes_only = true,
1799
1799
};
1800
1800
1801
- static const struct of_device_id mtk_drm_hdmi_of_ids [] = {
1801
+ static const struct of_device_id mtk_hdmi_of_ids [] = {
1802
1802
{ .compatible = "mediatek,mt2701-hdmi" ,
1803
1803
.data = & mtk_hdmi_conf_mt2701 ,
1804
1804
},
@@ -1809,14 +1809,14 @@ static const struct of_device_id mtk_drm_hdmi_of_ids[] = {
1809
1809
},
1810
1810
{}
1811
1811
};
1812
- MODULE_DEVICE_TABLE (of , mtk_drm_hdmi_of_ids );
1812
+ MODULE_DEVICE_TABLE (of , mtk_hdmi_of_ids );
1813
1813
1814
1814
static struct platform_driver mtk_hdmi_driver = {
1815
- .probe = mtk_drm_hdmi_probe ,
1816
- .remove_new = mtk_drm_hdmi_remove ,
1815
+ .probe = mtk_hdmi_probe ,
1816
+ .remove_new = mtk_hdmi_remove ,
1817
1817
.driver = {
1818
1818
.name = "mediatek-drm-hdmi" ,
1819
- .of_match_table = mtk_drm_hdmi_of_ids ,
1819
+ .of_match_table = mtk_hdmi_of_ids ,
1820
1820
.pm = & mtk_hdmi_pm_ops ,
1821
1821
},
1822
1822
};
0 commit comments