Re: [PATCH 2/4] phy: mediatek: phy-mtk-hdmi: Reorder to remove forward declarations

2022-01-06 Thread Chunfeng Yun
On Mon, 2022-01-03 at 16:30 +0100, AngeloGioacchino Del Regno wrote: > Forward declarations for mtk_hdmi_power_{on,off} aren't necessary: > move mtk_hdmi_phy_dev_ops down to remove forward declarations. > > Signed-off-by: AngeloGioacchino Del Regno < > angelogioacchino.delre...@collabora.com> >

[PATCH 2/4] phy: mediatek: phy-mtk-hdmi: Reorder to remove forward declarations

2022-01-03 Thread AngeloGioacchino Del Regno
Forward declarations for mtk_hdmi_power_{on,off} aren't necessary: move mtk_hdmi_phy_dev_ops down to remove forward declarations. Signed-off-by: AngeloGioacchino Del Regno --- drivers/phy/mediatek/phy-mtk-hdmi.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git