On Mon, 15 Nov 2021 21:46:41 +0100, marek.vasut@xxxxxxxxx wrote: > From: Marek Vasut <marek.vasut+renesas@xxxxxxxxx> > > Replace __clk_is_enabled() with pm_runtime_suspended(), > as __clk_is_enabled() was checking the wrong bus clock > and caused the following build error too: > arm-linux-gnueabi-ld: drivers/pci/controller/pcie-rcar-host.o: in function `rcar_pcie_aarch32_abort_handler': > pcie-rcar-host.c:(.text+0xdd0): undefined reference to `__clk_is_enabled' > > [...] Applied to pci/rcar, thanks! [1/1] PCI: rcar: Check if device is runtime suspended instead of __clk_is_enabled() https://git.kernel.org/lpieralisi/pci/c/d2a14b5498 Thanks, Lorenzo