diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/i2c-pnx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/i2c-pnx.h b/include/linux/i2c-pnx.h index 9035711cb3b1..5a48f33046fb 100644 --- a/include/linux/i2c-pnx.h +++ b/include/linux/i2c-pnx.h | |||
@@ -26,7 +26,7 @@ struct i2c_pnx_mif { | |||
26 | 26 | ||
27 | struct i2c_pnx_algo_data { | 27 | struct i2c_pnx_algo_data { |
28 | u32 base; | 28 | u32 base; |
29 | u32 ioaddr; | 29 | void __iomem *ioaddr; |
30 | int irq; | 30 | int irq; |
31 | struct i2c_pnx_mif mif; | 31 | struct i2c_pnx_mif mif; |
32 | int last; | 32 | int last; |