diff options
Diffstat (limited to 'arch/powerpc/kernel/pci-common.c')
-rw-r--r-- | arch/powerpc/kernel/pci-common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/pci-common.c b/arch/powerpc/kernel/pci-common.c index 95d3769a2e26..74bec5498972 100644 --- a/arch/powerpc/kernel/pci-common.c +++ b/arch/powerpc/kernel/pci-common.c | |||
@@ -56,6 +56,7 @@ static DECLARE_BITMAP(phb_bitmap, MAX_PHBS); | |||
56 | 56 | ||
57 | /* ISA Memory physical address */ | 57 | /* ISA Memory physical address */ |
58 | resource_size_t isa_mem_base; | 58 | resource_size_t isa_mem_base; |
59 | EXPORT_SYMBOL(isa_mem_base); | ||
59 | 60 | ||
60 | 61 | ||
61 | static struct dma_map_ops *pci_dma_ops = &dma_direct_ops; | 62 | static struct dma_map_ops *pci_dma_ops = &dma_direct_ops; |