diff options
Diffstat (limited to 'include/linux/mfd/max8925.h')
-rw-r--r-- | include/linux/mfd/max8925.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/max8925.h b/include/linux/mfd/max8925.h index 10aeaf8bfb94..b8e6d9449086 100644 --- a/include/linux/mfd/max8925.h +++ b/include/linux/mfd/max8925.h | |||
@@ -222,6 +222,8 @@ struct max8925_power_pdata { | |||
222 | unsigned fast_charge:3; /* charge current */ | 222 | unsigned fast_charge:3; /* charge current */ |
223 | unsigned no_temp_support:1; /* set if no temperature detect */ | 223 | unsigned no_temp_support:1; /* set if no temperature detect */ |
224 | unsigned no_insert_detect:1; /* set if no ac insert detect */ | 224 | unsigned no_insert_detect:1; /* set if no ac insert detect */ |
225 | char **supplied_to; | ||
226 | int num_supplicants; | ||
225 | }; | 227 | }; |
226 | 228 | ||
227 | /* | 229 | /* |