|
@@ -224,7 +224,6 @@ int regulator_bulk_force_disable(int num_consumers,
|
|
void regulator_bulk_free(int num_consumers,
|
|
void regulator_bulk_free(int num_consumers,
|
|
struct regulator_bulk_data *consumers);
|
|
struct regulator_bulk_data *consumers);
|
|
|
|
|
|
-int regulator_can_change_voltage(struct regulator *regulator);
|
|
|
|
int regulator_count_voltages(struct regulator *regulator);
|
|
int regulator_count_voltages(struct regulator *regulator);
|
|
int regulator_list_voltage(struct regulator *regulator, unsigned selector);
|
|
int regulator_list_voltage(struct regulator *regulator, unsigned selector);
|
|
int regulator_is_supported_voltage(struct regulator *regulator,
|
|
int regulator_is_supported_voltage(struct regulator *regulator,
|
|
@@ -436,11 +435,6 @@ static inline void regulator_bulk_free(int num_consumers,
|
|
{
|
|
{
|
|
}
|
|
}
|
|
|
|
|
|
-static inline int regulator_can_change_voltage(struct regulator *regulator)
|
|
|
|
-{
|
|
|
|
- return 0;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
static inline int regulator_set_voltage(struct regulator *regulator,
|
|
static inline int regulator_set_voltage(struct regulator *regulator,
|
|
int min_uV, int max_uV)
|
|
int min_uV, int max_uV)
|
|
{
|
|
{
|