PCI: j721e: Drop redundant struct device *
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 23 Dec 2021 01:10:40 +0000 (19:10 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 3 Jan 2022 21:01:38 +0000 (15:01 -0600)
commit19e863828acf6d8ac8475ba1fd93c0fe17fdc4ef
tree02a9dfebc65207e8f9f94560d959741edc2070a1
parent72de208f2bda3c6a0d99e744ce7bedf3d3b8011a
PCI: j721e: Drop redundant struct device *

The struct cdns_pcie already contains the struct device for the j721e PCIe
controller.  There's no need to store another copy in struct j721e_pcie.
Remove the redundant copy from struct j721e_pcie.

Link: https://lore.kernel.org/r/20211223011054.1227810-10-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Cc: Tom Joseph <tjoseph@cadence.com>
drivers/pci/controller/cadence/pci-j721e.c