Skip to content

Commit

Permalink
[PATCH] ppc iomem annotations: ebony_setup_pcix()
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Apr 25, 2005
1 parent 92a11f9 commit ba724a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ppc/platforms/4xx/ebony.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ ebony_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin)
static void __init
ebony_setup_pcix(void)
{
void *pcix_reg_base;
void __iomem *pcix_reg_base;

pcix_reg_base = ioremap64(PCIX0_REG_BASE, PCIX_REG_SIZE);

Expand Down

0 comments on commit ba724a3

Please sign in to comment.