PCI: dra7xx: Remove redundant struct device pointer from dra7xx_pcie
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 6 Oct 2016 18:33:05 +0000 (13:33 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 12 Oct 2016 01:59:39 +0000 (20:59 -0500)
commit01856d1de4757f940e71bf7fddf01ae39e078121
tree0b7e9702eeb424824c2d183ca0611b4126b1c9bb
parentc7f8146b7c56f7da50fe6947692719a5cb876aff
PCI: dra7xx: Remove redundant struct device pointer from dra7xx_pcie

The DesignWare core already stores the struct device pointer in struct
pcie_port.  Remove the redundant copy from struct dra7xx_pcie.dev.  No
functional change intended.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/pci-dra7xx.c