On Wed, 4 Mar 2026 at 19:00, Vladimir Oltean <[email protected]> wrote: > It appears that the phy-mapphone-mdm6600, phy-qcom-snps-femto-v2, > phy-rcar-gen3-pcie, r8a779f0-ether-serdes and phy-rockchip-typec drivers > call runtime PM operations without including the proper header. > > This was provided by <linux/phy/phy.h> but no function exported by this > header directly needs it. So we need to drop it from there, and fix up > drivers that used to depend on that. > > Signed-off-by: Vladimir Oltean <[email protected]>
> drivers/phy/renesas/phy-rcar-gen3-pcie.c | 1 + > drivers/phy/renesas/r8a779f0-ether-serdes.c | 1 + For the Renesas parts: Reviewed-by: Geert Uytterhoeven <[email protected]> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
