OMAP3+: voltage: rename omap_voltage_get_nom_volt -> voltdm_get_voltage
Use preferred voltdm_ naming for getting current nominal voltage. No functional changes. Signed-off-by: Kevin Hilman <khilman@ti.com>
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
|
||||
static int sr_class3_enable(struct voltagedomain *voltdm)
|
||||
{
|
||||
unsigned long volt = omap_voltage_get_nom_volt(voltdm);
|
||||
unsigned long volt = voltdm_get_voltage(voltdm);
|
||||
|
||||
if (!volt) {
|
||||
pr_warning("%s: Curr voltage unknown. Cannot enable sr_%s\n",
|
||||
|
Reference in New Issue
Block a user