diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/regulator/tps62360.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/regulator/tps62360.h b/include/linux/regulator/tps62360.h index 6a5c1b2c751e..5e11d5055643 100644 --- a/include/linux/regulator/tps62360.h +++ b/include/linux/regulator/tps62360.h | |||
@@ -26,8 +26,6 @@ | |||
26 | #ifndef __LINUX_REGULATOR_TPS62360_H | 26 | #ifndef __LINUX_REGULATOR_TPS62360_H |
27 | #define __LINUX_REGULATOR_TPS62360_H | 27 | #define __LINUX_REGULATOR_TPS62360_H |
28 | 28 | ||
29 | #include <linux/regulator/machine.h> | ||
30 | |||
31 | /* | 29 | /* |
32 | * struct tps62360_regulator_platform_data - tps62360 regulator platform data. | 30 | * struct tps62360_regulator_platform_data - tps62360 regulator platform data. |
33 | * | 31 | * |
@@ -44,7 +42,7 @@ | |||
44 | * @vsel1_def_state: Default state of vsel1. 1 if it is high else 0. | 42 | * @vsel1_def_state: Default state of vsel1. 1 if it is high else 0. |
45 | */ | 43 | */ |
46 | struct tps62360_regulator_platform_data { | 44 | struct tps62360_regulator_platform_data { |
47 | struct regulator_init_data reg_init_data; | 45 | struct regulator_init_data *reg_init_data; |
48 | bool en_force_pwm; | 46 | bool en_force_pwm; |
49 | bool en_discharge; | 47 | bool en_discharge; |
50 | bool en_internal_pulldn; | 48 | bool en_internal_pulldn; |