diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-04-25 10:55:58 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-25 10:55:58 -0400 |
commit | ba724a373a7184dce869e8adb79a0a03d91fbdd8 (patch) | |
tree | 794e6935c6779664c7c95ebb37bbb42d4c5a13c6 /arch/ppc | |
parent | 92a11f9e7cb876e6cf9080e4a1642142cb9221b2 (diff) |
[PATCH] ppc iomem annotations: ebony_setup_pcix()
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc')
-rw-r--r-- | arch/ppc/platforms/4xx/ebony.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/platforms/4xx/ebony.c b/arch/ppc/platforms/4xx/ebony.c index 55120c317f7d..cd11734ef7c5 100644 --- a/arch/ppc/platforms/4xx/ebony.c +++ b/arch/ppc/platforms/4xx/ebony.c | |||
@@ -149,7 +149,7 @@ ebony_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin) | |||
149 | static void __init | 149 | static void __init |
150 | ebony_setup_pcix(void) | 150 | ebony_setup_pcix(void) |
151 | { | 151 | { |
152 | void *pcix_reg_base; | 152 | void __iomem *pcix_reg_base; |
153 | 153 | ||
154 | pcix_reg_base = ioremap64(PCIX0_REG_BASE, PCIX_REG_SIZE); | 154 | pcix_reg_base = ioremap64(PCIX0_REG_BASE, PCIX_REG_SIZE); |
155 | 155 | ||