vserver 1.9.5.x5
[linux-2.6.git] / drivers / sbus / char / bbc_i2c.c
index 2dcd3cd..1c8b612 100644 (file)
@@ -57,8 +57,8 @@ struct bbc_i2c_bus {
        struct bbc_i2c_bus              *next;
        int                             index;
        spinlock_t                      lock;
-       void                            *i2c_bussel_reg;
-       void                            *i2c_control_regs;
+       void                            __iomem *i2c_bussel_reg;
+       void                            __iomem *i2c_control_regs;
        unsigned char                   own, clock;
 
        wait_queue_head_t               wq;