diff options
Diffstat (limited to 'include/linux/regulator/max8952.h')
-rw-r--r-- | include/linux/regulator/max8952.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/regulator/max8952.h b/include/linux/regulator/max8952.h index ebd99d2e62ad..8712c091abf0 100644 --- a/include/linux/regulator/max8952.h +++ b/include/linux/regulator/max8952.h | |||
@@ -105,9 +105,6 @@ enum { | |||
105 | #define MAX8952_NUM_DVS_MODE 4 | 105 | #define MAX8952_NUM_DVS_MODE 4 |
106 | 106 | ||
107 | struct max8952_platform_data { | 107 | struct max8952_platform_data { |
108 | int gpio_vid0; | ||
109 | int gpio_vid1; | ||
110 | |||
111 | u32 default_mode; | 108 | u32 default_mode; |
112 | u32 dvs_mode[MAX8952_NUM_DVS_MODE]; /* MAX8952_DVS_MODEx_XXXXmV */ | 109 | u32 dvs_mode[MAX8952_NUM_DVS_MODE]; /* MAX8952_DVS_MODEx_XXXXmV */ |
113 | 110 | ||