mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
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>
This commit is contained in:
parent
af89e57515
commit
18b648322d
@ -201,7 +201,7 @@ static const struct of_device_id mtk_hdmi_phy_match[] = {
|
||||
{},
|
||||
};
|
||||
|
||||
struct platform_driver mtk_hdmi_phy_driver = {
|
||||
static struct platform_driver mtk_hdmi_phy_driver = {
|
||||
.probe = mtk_hdmi_phy_probe,
|
||||
.driver = {
|
||||
.name = "mediatek-hdmi-phy",
|
||||
|
Loading…
Reference in New Issue
Block a user