mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 16:44:10 +08:00
8a65acdd43
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 <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230312132611.352654-1-krzysztof.kozlowski@linaro.org Signed-off-by: Vinod Koul <vkoul@kernel.org> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
phy-armada38x-comphy.c | ||
phy-armada375-usb2.c | ||
phy-berlin-sata.c | ||
phy-berlin-usb.c | ||
phy-mmp3-hsic.c | ||
phy-mmp3-usb.c | ||
phy-mvebu-a3700-comphy.c | ||
phy-mvebu-a3700-utmi.c | ||
phy-mvebu-cp110-comphy.c | ||
phy-mvebu-cp110-utmi.c | ||
phy-mvebu-sata.c | ||
phy-pxa-28nm-hsic.c | ||
phy-pxa-28nm-usb2.c | ||
phy-pxa-usb.c |