diff options
author | Wei Yang <weiyang@linux.vnet.ibm.com> | 2015-03-25 09:24:00 +0100 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2015-03-31 04:02:38 +0200 |
commit | 250c7b277c65e801a3312061dc2e919233468916 (patch) | |
tree | 6df56580fd32ea1c279314db265668ff6cee82d2 /arch/powerpc/include | |
parent | powerpc/powernv: Group VF PE when IOV BAR is big on PHB3 (diff) | |
download | linux-250c7b277c65e801a3312061dc2e919233468916.tar.xz linux-250c7b277c65e801a3312061dc2e919233468916.zip |
powerpc/pci: Remove unused struct pci_dn.pcidev field
In struct pci_dn, the pcidev field is assigned but not used, so remove it.
Signed-off-by: Wei Yang <weiyang@linux.vnet.ibm.com>
Acked-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/pci-bridge.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/pci-bridge.h b/arch/powerpc/include/asm/pci-bridge.h index 560c73996474..a39270e85beb 100644 --- a/arch/powerpc/include/asm/pci-bridge.h +++ b/arch/powerpc/include/asm/pci-bridge.h @@ -171,7 +171,6 @@ struct pci_dn { int pci_ext_config_space; /* for pci devices */ - struct pci_dev *pcidev; /* back-pointer to the pci device */ #ifdef CONFIG_EEH struct eeh_dev *edev; /* eeh device */ #endif |