diff options
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/kernel/pci-common.c | 3 | ||||
-rw-r--r-- | arch/powerpc/kernel/pci_32.c | 1 |
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 ... */ |
51 | static int global_phb_number; /* Global phb counter */ | 51 | static int global_phb_number; /* Global phb counter */ |
52 | 52 | ||
53 | /* ISA Memory physical address */ | ||
54 | resource_size_t isa_mem_base; | ||
55 | |||
53 | 56 | ||
54 | struct pci_controller *pcibios_alloc_controller(struct device_node *dev) | 57 | struct 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 | ||
34 | unsigned long isa_io_base = 0; | 34 | unsigned long isa_io_base = 0; |
35 | unsigned long isa_mem_base = 0; | ||
36 | unsigned long pci_dram_offset = 0; | 35 | unsigned long pci_dram_offset = 0; |
37 | int pcibios_assign_bus_offset = 1; | 36 | int pcibios_assign_bus_offset = 1; |
38 | 37 | ||