aboutsummaryrefslogtreecommitdiff
path: root/rust/helpers
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <[email protected]>2023-03-12 14:26:10 +0100
committerVinod Koul <[email protected]>2023-03-20 18:14:59 +0530
commit8a65acdd43def7ebd9b51d21ca80bc4d4a55583f (patch)
tree922700fac3a6e6a2192dee61be566350d6c31b07 /rust/helpers
parent8e9930e14d040bde33a11a62eee8c3c6981c7126 (diff)
phy: marvell: 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/marvell/phy-pxa-28nm-hsic.c:192:34: error: ‘mv_hsic_phy_dt_match’ defined but not used [-Werror=unused-const-variable=] drivers/phy/marvell/phy-pxa-28nm-usb2.c:324:34: error: ‘mv_usbphy_dt_match’ defined but not used [-Werror=unused-const-variable=] Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'rust/helpers')
0 files changed, 0 insertions, 0 deletions