aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/as3711.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd/as3711.h')
-rw-r--r--include/linux/mfd/as3711.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mfd/as3711.h b/include/linux/mfd/as3711.h
index 34cc85864be5..ddd0b953323b 100644
--- a/include/linux/mfd/as3711.h
+++ b/include/linux/mfd/as3711.h
@@ -108,9 +108,9 @@ struct as3711_regulator_pdata {
};
struct as3711_bl_pdata {
- const char *su1_fb;
+ bool su1_fb;
int su1_max_uA;
- const char *su2_fb;
+ bool su2_fb;
int su2_max_uA;
enum as3711_su2_feedback su2_feedback;
enum as3711_su2_fbprot su2_fbprot;