X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fmisc%2Fibmasm%2Flowlevel.c;h=5156de2759d864751bc8e9b4dcd12773070957a1;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=3b3e6314a6c38e67b020d43b2dde1c6b2d0b92c7;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/drivers/misc/ibmasm/lowlevel.c b/drivers/misc/ibmasm/lowlevel.c index 3b3e6314a..5156de275 100644 --- a/drivers/misc/ibmasm/lowlevel.c +++ b/drivers/misc/ibmasm/lowlevel.c @@ -58,7 +58,7 @@ irqreturn_t ibmasm_interrupt_handler(int irq, void * dev_id, struct pt_regs *reg { u32 mfa; struct service_processor *sp = (struct service_processor *)dev_id; - void *base_address = sp->base_address; + void __iomem *base_address = sp->base_address; if (!sp_interrupt_pending(base_address)) return IRQ_NONE;