diff options
Diffstat (limited to 'include/linux/i2c-pnx.h')
-rw-r--r-- | include/linux/i2c-pnx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/i2c-pnx.h b/include/linux/i2c-pnx.h index 6e8efb7afd7c..1bc74afe7a35 100644 --- a/include/linux/i2c-pnx.h +++ b/include/linux/i2c-pnx.h | |||
@@ -32,6 +32,7 @@ struct i2c_pnx_algo_data { | |||
32 | struct i2c_adapter adapter; | 32 | struct i2c_adapter adapter; |
33 | phys_addr_t base; | 33 | phys_addr_t base; |
34 | int irq; | 34 | int irq; |
35 | u32 timeout; | ||
35 | }; | 36 | }; |
36 | 37 | ||
37 | #endif /* __I2C_PNX_H__ */ | 38 | #endif /* __I2C_PNX_H__ */ |