commit | 01856d1de4757f940e71bf7fddf01ae39e078121 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu Oct 06 13:33:05 2016 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Oct 11 20:59:39 2016 -0500 |
tree | 0b7e9702eeb424824c2d183ca0611b4126b1c9bb | |
parent | c7f8146b7c56f7da50fe6947692719a5cb876aff [diff] |
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>