Re: [PATCH v2] MIPS: ralink: define stubs for clk_set_parent to fix compile testing
From: Dmitry Osipenko <digetx@gmail.com>
Date: 2021-03-17 22:11:34
Also in:
linux-tegra, lkml
From: Dmitry Osipenko <digetx@gmail.com>
Date: 2021-03-17 22:11:34
Also in:
linux-tegra, lkml
17.03.2021 14:26, Krzysztof Kozlowski пишет:
The Ralink MIPS platform does not use Common Clock Framework and does
not define certain clock operations leading to compile test failures:
/usr/bin/mips-linux-gnu-ld: drivers/usb/phy/phy-tegra-usb.o: in function `tegra_usb_phy_init':
phy-tegra-usb.c:(.text+0x1dd4): undefined reference to `clk_get_parent'
Reported-by: kernel test robot <redacted>
Signed-off-by: Krzysztof Kozlowski <redacted>
Acked-by: John Crispin <john@phrozen.org>Reviewed-by: Dmitry Osipenko <digetx@gmail.com>