diff options
Diffstat (limited to 'include/asm-ppc/pci-bridge.h')
-rw-r--r-- | include/asm-ppc/pci-bridge.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-ppc/pci-bridge.h b/include/asm-ppc/pci-bridge.h index 78e9be619f14..ffa423456c2b 100644 --- a/include/asm-ppc/pci-bridge.h +++ b/include/asm-ppc/pci-bridge.h | |||
@@ -12,7 +12,7 @@ struct pci_controller; | |||
12 | * pci_io_base returns the memory address at which you can access | 12 | * pci_io_base returns the memory address at which you can access |
13 | * the I/O space for PCI bus number `bus' (or NULL on error). | 13 | * the I/O space for PCI bus number `bus' (or NULL on error). |
14 | */ | 14 | */ |
15 | extern void *pci_bus_io_base(unsigned int bus); | 15 | extern void __iomem *pci_bus_io_base(unsigned int bus); |
16 | extern unsigned long pci_bus_io_base_phys(unsigned int bus); | 16 | extern unsigned long pci_bus_io_base_phys(unsigned int bus); |
17 | extern unsigned long pci_bus_mem_base_phys(unsigned int bus); | 17 | extern unsigned long pci_bus_mem_base_phys(unsigned int bus); |
18 | 18 | ||
@@ -48,7 +48,7 @@ struct pci_controller { | |||
48 | int last_busno; | 48 | int last_busno; |
49 | int bus_offset; | 49 | int bus_offset; |
50 | 50 | ||
51 | void *io_base_virt; | 51 | void __iomem *io_base_virt; |
52 | unsigned long io_base_phys; | 52 | unsigned long io_base_phys; |
53 | 53 | ||
54 | /* Some machines (PReP) have a non 1:1 mapping of | 54 | /* Some machines (PReP) have a non 1:1 mapping of |