aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/kernel/pci-common.c3
-rw-r--r--arch/powerpc/kernel/pci_32.c1
2 files changed, 3 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/pci-common.c b/arch/powerpc/kernel/pci-common.c
index 2f3f30efffed..bea11df0a79b 100644
--- a/arch/powerpc/kernel/pci-common.c
+++ b/arch/powerpc/kernel/pci-common.c
@@ -50,6 +50,9 @@ static DEFINE_SPINLOCK(hose_spinlock);
50/* XXX kill that some day ... */ 50/* XXX kill that some day ... */
51static int global_phb_number; /* Global phb counter */ 51static int global_phb_number; /* Global phb counter */
52 52
53/* ISA Memory physical address */
54resource_size_t isa_mem_base;
55
53 56
54struct pci_controller *pcibios_alloc_controller(struct device_node *dev) 57struct pci_controller *pcibios_alloc_controller(struct device_node *dev)
55{ 58{
diff --git a/arch/powerpc/kernel/pci_32.c b/arch/powerpc/kernel/pci_32.c
index 096c97e03aa6..a33c2820c200 100644
--- a/arch/powerpc/kernel/pci_32.c
+++ b/arch/powerpc/kernel/pci_32.c
@@ -32,7 +32,6 @@
32#endif 32#endif
33 33
34unsigned long isa_io_base = 0; 34unsigned long isa_io_base = 0;
35unsigned long isa_mem_base = 0;
36unsigned long pci_dram_offset = 0; 35unsigned long pci_dram_offset = 0;
37int pcibios_assign_bus_offset = 1; 36int pcibios_assign_bus_offset = 1;
38 37