X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fmisc%2Fibmasm%2Fibmasm.h;h=6fec7fd8cd1aae3d83530aefaa33a83ffc6f51b3;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=9b3ff1dcfb7808eddd2fe2c6ef4ce62619b024b7;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/drivers/misc/ibmasm/ibmasm.h b/drivers/misc/ibmasm/ibmasm.h index 9b3ff1dcf..6fec7fd8c 100644 --- a/drivers/misc/ibmasm/ibmasm.h +++ b/drivers/misc/ibmasm/ibmasm.h @@ -158,7 +158,7 @@ struct remote_queue { struct service_processor { struct list_head node; spinlock_t lock; - void *base_address; + void __iomem *base_address; unsigned int irq; struct command *current_command; struct command *heartbeat;