summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/mach/pci.h
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2012-03-10 14:21:06 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-05-16 15:24:12 +0100
commit90cf2418f5c45192bac1ac57af62f61dbac92886 (patch)
tree6c59ff9e0c7e12e16eb4657318074cd00797036e /arch/arm/include/asm/mach/pci.h
parent43ba990bb7bf741f4b2f405b35dc02823d68a682 (diff)
downloadlinux-90cf2418f5c45192bac1ac57af62f61dbac92886.tar.bz2
ARM: PCI: remove per-pci_hw list of buses
No one uses the per-hw list of buses, so get rid of this. Instead, build the list locally. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/include/asm/mach/pci.h')
-rw-r--r--arch/arm/include/asm/mach/pci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/mach/pci.h b/arch/arm/include/asm/mach/pci.h
index b4b94b4341f6..26c511fddf8f 100644
--- a/arch/arm/include/asm/mach/pci.h
+++ b/arch/arm/include/asm/mach/pci.h
@@ -19,7 +19,6 @@ struct hw_pci {
#ifdef CONFIG_PCI_DOMAINS
int domain;
#endif
- struct list_head buses;
struct pci_ops *ops;
int nr_controllers;
int (*setup)(int nr, struct pci_sys_data *);