Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba724a37 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] ppc iomem annotations: ebony_setup_pcix()

parent 92a11f9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -149,7 +149,7 @@ ebony_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin)
static void __init
static void __init
ebony_setup_pcix(void)
ebony_setup_pcix(void)
{
{
	void *pcix_reg_base;
	void __iomem *pcix_reg_base;


	pcix_reg_base = ioremap64(PCIX0_REG_BASE, PCIX_REG_SIZE);
	pcix_reg_base = ioremap64(PCIX0_REG_BASE, PCIX_REG_SIZE);