diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-11-21 06:58:36 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-02-12 12:32:40 -0500 |
commit | 88d968b22fa26d5e3a8cab46fc7c3a21c89a91d3 (patch) | |
tree | 59be21a4c25305dceb02210b54ae17f296020779 /include/linux/i2c-pnx.h | |
parent | 2781681ea6629ac0a685f5afe2011f916ab3c8ba (diff) |
ARM: PNX4008: Make ioaddr 'void __iomem *' rather than 'u32'
This avoids unnecessary casting.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/linux/i2c-pnx.h')
-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; |