summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-enterprise-power.c
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2012-07-25 13:27:22 +0530
committerSimone Willett <swillett@nvidia.com>2012-07-31 14:58:39 -0700
commit5bc340e408aa3f009651735c71f3c97676fbe79f (patch)
tree6eff0363d980a9bc46bbd2dc8302a497665f66bb /arch/arm/mach-tegra/board-enterprise-power.c
parent1c3b7b8eeef8a197b0a9bb5703722e8778569c98 (diff)
regulator: tps80031: rename regulator-name enums
Renaming the regulator name from TPS80031_ID_* to TPS80031_REGULATOR_* for better readability. Change-Id: I6176cb213d23e44061549fd1e81306756a324523 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-enterprise-power.c')
-rw-r--r--arch/arm/mach-tegra/board-enterprise-power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise-power.c b/arch/arm/mach-tegra/board-enterprise-power.c
index 37d4576feb96..4698c75b56b6 100644
--- a/arch/arm/mach-tegra/board-enterprise-power.c
+++ b/arch/arm/mach-tegra/board-enterprise-power.c
@@ -340,7 +340,7 @@ static struct tps80031_bg_platform_data battery_gauge_data = {
#define TPS_REG(_id, _data, _sname) \
{ \
- .id = TPS80031_ID_##_id, \
+ .id = TPS80031_REGULATOR_##_id, \
.name = "tps80031-regulator", \
.platform_data = &pdata_##_data##_##_sname, \
}