Skip to content

Commit

Permalink
regulator: core: Add export of regulator_set_voltage_time_sel()
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Jun 23, 2012
1 parent d9fe28f commit b19dbf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/regulator/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2330,6 +2330,7 @@ int regulator_set_voltage_time_sel(struct regulator_dev *rdev,

return 0;
}
EXPORT_SYMBOL_GPL(regulator_set_voltage_time_sel);

/**
* regulator_sync_voltage - re-apply last regulator output voltage
Expand Down

0 comments on commit b19dbf7

Please sign in to comment.