ARM: PNX4008: Make ioaddr 'void __iomem *' rather than 'u32'
[safe/jmp/linux-2.6] / include / linux / i2c-pnx.h
index 9035711..5a48f33 100644 (file)
@@ -26,7 +26,7 @@ struct i2c_pnx_mif {
 
 struct i2c_pnx_algo_data {
        u32                     base;
-       u32                     ioaddr;
+       void __iomem            *ioaddr;
        int                     irq;
        struct i2c_pnx_mif      mif;
        int                     last;