phy: mediatek: statify mtk_hdmi_phy_driver
authorVinod Koul <vkoul@kernel.org>
Sat, 5 Dec 2020 09:11:46 +0000 (14:41 +0530)
committerVinod Koul <vkoul@kernel.org>
Mon, 7 Dec 2020 04:49:22 +0000 (10:19 +0530)
commit18b648322d44e8d8950de8aa31dba9bad0a33b89
treefcc6bf27d119175075d9e3eb7afdb1856990b1cb
parentaf89e575152a9b6d4a3e0e5e35bf6b7075905276
phy: mediatek: statify mtk_hdmi_phy_driver

mtk_hdmi_phy_driver is not declared as static, so statify it.

drivers/phy/mediatek/phy-mtk-hdmi.c:204:24: warning: symbol 'mtk_hdmi_phy_driver' was not declared. Should it be static?

Acked-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
Link: https://lore.kernel.org/r/20201205091146.3184305-1-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/mediatek/phy-mtk-hdmi.c