PCI: rcar-host: Remove unused static pcie_base and pcie_dev
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 23 May 2023 15:52:44 +0000 (17:52 +0200)
committerLorenzo Pieralisi <lpieralisi@kernel.org>
Mon, 29 May 2023 14:58:36 +0000 (16:58 +0200)
commit56ad9b2110699a80eb5f49413add2bf4b90bb285
treed475b215e654331f30dd82edcbab9b4b458f01b6
parentac9a78681b921877518763ba0e89202254349d1b
PCI: rcar-host: Remove unused static pcie_base and pcie_dev

After the L1 link state transition exception handler rework, the static
copies of the remapped PCIe controller address and the PCIe device
pointer became unused.  Remove them.

Link: https://lore.kernel.org/r/f29a8c37bd906dfbe23208cc2b089da17e339a75.1684857051.git.geert+renesas@glider.be
Fixes: 6e36203bc14ce147 ("PCI: rcar: Use PCI_SET_ERROR_RESPONSE after read which triggered an exception")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
drivers/pci/controller/pcie-rcar-host.c