summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/dvfs.h
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2013-09-06 17:59:09 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-16 17:41:29 -0700
commitcfa9cc0bedbb72bdf3d61fa6f9fc8fdc9db58c96 (patch)
tree6241d3a83270d29f7b4b5bbc9d84d8a34df2bd2f /arch/arm/mach-tegra/dvfs.h
parent40097bde2e2531bccfea951801095f29a9a28581 (diff)
ARM: tegra: dvfs: Re-name rail offset variable
Re-named rail offset variable from offset_millivolts to dbg_mv_offs, since it is controlled by debugfs only. Change-Id: I5b218769c01538b6f152d052ea2e0d409dd5e872 Signed-off-by: Alex Frid <afrid@nvidia.com> Reviewed-on: http://git-master/r/271818 Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/dvfs.h')
-rw-r--r--arch/arm/mach-tegra/dvfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/dvfs.h b/arch/arm/mach-tegra/dvfs.h
index 7de189233bd2..a36f9ca9b3b2 100644
--- a/arch/arm/mach-tegra/dvfs.h
+++ b/arch/arm/mach-tegra/dvfs.h
@@ -91,7 +91,7 @@ struct dvfs_rail {
struct regulator *reg;
int millivolts;
int new_millivolts;
- int offs_millivolts;
+ int dbg_mv_offs;
int boot_millivolts;
int disable_millivolts;
int suspend_millivolts;