diff options
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/mlxreg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/platform_data/mlxreg.h b/include/linux/platform_data/mlxreg.h index fcdc707eab99..2744cff1b297 100644 --- a/include/linux/platform_data/mlxreg.h +++ b/include/linux/platform_data/mlxreg.h | |||
| @@ -129,6 +129,8 @@ struct mlxreg_core_platform_data { | |||
| 129 | * @mask: top aggregation interrupt common mask; | 129 | * @mask: top aggregation interrupt common mask; |
| 130 | * @cell_low: location of low aggregation interrupt register; | 130 | * @cell_low: location of low aggregation interrupt register; |
| 131 | * @mask_low: low aggregation interrupt common mask; | 131 | * @mask_low: low aggregation interrupt common mask; |
| 132 | * @deferred_nr: I2C adapter number must be exist prior probing execution; | ||
| 133 | * @shift_nr: I2C adapter numbers must be incremented by this value; | ||
| 132 | */ | 134 | */ |
| 133 | struct mlxreg_core_hotplug_platform_data { | 135 | struct mlxreg_core_hotplug_platform_data { |
| 134 | struct mlxreg_core_item *items; | 136 | struct mlxreg_core_item *items; |
| @@ -139,6 +141,8 @@ struct mlxreg_core_hotplug_platform_data { | |||
| 139 | u32 mask; | 141 | u32 mask; |
| 140 | u32 cell_low; | 142 | u32 cell_low; |
| 141 | u32 mask_low; | 143 | u32 mask_low; |
| 144 | int deferred_nr; | ||
| 145 | int shift_nr; | ||
| 142 | }; | 146 | }; |
| 143 | 147 | ||
| 144 | #endif /* __LINUX_PLATFORM_DATA_MLXREG_H */ | 148 | #endif /* __LINUX_PLATFORM_DATA_MLXREG_H */ |
