diff options
author | Sam Bobroff <sbobroff@linux.ibm.com> | 2018-09-12 03:23:24 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-10-13 13:21:25 +0200 |
commit | b95a46062bd44ae7d5685d467c39fb3181b05798 (patch) | |
tree | 4e1720f4ad875950ef6bc901c74c934e9014efc2 /arch/powerpc/include/asm/eeh.h | |
parent | powerpc/eeh: Cleanup EEH_POSTPONED_PROBE (diff) | |
download | linux-b95a46062bd44ae7d5685d467c39fb3181b05798.tar.xz linux-b95a46062bd44ae7d5685d467c39fb3181b05798.zip |
powerpc/eeh: Cleanup unused field in eeh_dev
The 'bus' member of struct eeh_dev is assigned to once but never used,
so remove it.
Signed-off-by: Sam Bobroff <sbobroff@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/eeh.h')
-rw-r--r-- | arch/powerpc/include/asm/eeh.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/eeh.h b/arch/powerpc/include/asm/eeh.h index 147f0117e56f..703d1f96ee8b 100644 --- a/arch/powerpc/include/asm/eeh.h +++ b/arch/powerpc/include/asm/eeh.h @@ -147,7 +147,6 @@ struct eeh_dev { struct pci_dev *pdev; /* Associated PCI device */ bool in_error; /* Error flag for edev */ struct pci_dev *physfn; /* Associated SRIOV PF */ - struct pci_bus *bus; /* PCI bus for partial hotplug */ }; static inline struct pci_dn *eeh_dev_to_pdn(struct eeh_dev *edev) |