summaryrefslogtreecommitdiff
path: root/drivers/phy/tegra
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-03-12 16:26:11 +0300
committerVinod Koul <vkoul@kernel.org>2023-03-20 15:44:59 +0300
commit5e4d267f9bc9274f8050a5ea8d4618c7f05e12eb (patch)
treea0c8c30c83e1bf9e980646e25891a51338f7a3cc /drivers/phy/tegra
parent8a65acdd43def7ebd9b51d21ca80bc4d4a55583f (diff)
downloadlinux-5e4d267f9bc9274f8050a5ea8d4618c7f05e12eb.tar.xz
phy: st: spear: drop of_match_ptr for ID table
The driver can match only via the DT table so the table should be always used and the of_match_ptr does not have any sense (this also allows ACPI matching via PRP0001, even though it might not be relevant here). This also fixes !CONFIG_OF error: drivers/phy/st/phy-spear1310-miphy.c:172:34: error: ‘spear1310_miphy_of_match’ defined but not used [-Werror=unused-const-variable=] drivers/phy/st/phy-spear1340-miphy.c:182:34: error: ‘spear1340_miphy_of_match’ defined but not used [-Werror=unused-const-variable=] Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230312132611.352654-2-krzysztof.kozlowski@linaro.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/tegra')
0 files changed, 0 insertions, 0 deletions