diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/i2c-pnx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/i2c-pnx.h b/include/linux/i2c-pnx.h index 5a48f33046f..9ebdf882d03 100644 --- a/include/linux/i2c-pnx.h +++ b/include/linux/i2c-pnx.h | |||
| @@ -25,9 +25,7 @@ struct i2c_pnx_mif { | |||
| 25 | }; | 25 | }; |
| 26 | 26 | ||
| 27 | struct i2c_pnx_algo_data { | 27 | struct i2c_pnx_algo_data { |
| 28 | u32 base; | ||
| 29 | void __iomem *ioaddr; | 28 | void __iomem *ioaddr; |
| 30 | int irq; | ||
| 31 | struct i2c_pnx_mif mif; | 29 | struct i2c_pnx_mif mif; |
| 32 | int last; | 30 | int last; |
| 33 | struct clk *clk; | 31 | struct clk *clk; |
| @@ -35,6 +33,8 @@ struct i2c_pnx_algo_data { | |||
| 35 | 33 | ||
| 36 | struct i2c_pnx_data { | 34 | struct i2c_pnx_data { |
| 37 | struct i2c_adapter *adapter; | 35 | struct i2c_adapter *adapter; |
| 36 | u32 base; | ||
| 37 | int irq; | ||
| 38 | }; | 38 | }; |
| 39 | 39 | ||
| 40 | #endif /* __I2C_PNX_H__ */ | 40 | #endif /* __I2C_PNX_H__ */ |
