aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mfd/max8925.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/max8925.h b/include/linux/mfd/max8925.h
index 5259dfe8c585..69ec8f0bd490 100644
--- a/include/linux/mfd/max8925.h
+++ b/include/linux/mfd/max8925.h
@@ -223,6 +223,7 @@ struct max8925_power_pdata {
223 unsigned batt_detect:1; 223 unsigned batt_detect:1;
224 unsigned topoff_threshold:2; 224 unsigned topoff_threshold:2;
225 unsigned fast_charge:3; /* charge current */ 225 unsigned fast_charge:3; /* charge current */
226 unsigned no_temp_support:1; /* set if no temperature detect */
226}; 227};
227 228
228/* 229/*