x86/nmi: Fix use of unallocated cpumask_var_t
[cascardo/linux.git] / drivers / i2c / busses / i2c-iop3xx.h
index 8485861..097e270 100644 (file)
@@ -97,7 +97,7 @@
 #define        IOP3XX_I2C_IO_SIZE      0x18
 
 struct i2c_algo_iop3xx_data {
-       u32 ioaddr;
+       void __iomem *ioaddr;
        wait_queue_head_t waitq;
        spinlock_t lock;
        u32 SR_enabled, SR_received;