vserver 1.9.5.x5
[linux-2.6.git] / drivers / misc / ibmasm / ibmasm.h
index 9b3ff1d..6fec7fd 100644 (file)
@@ -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;