summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-enterprise-power.c
diff options
context:
space:
mode:
authorSimone Willett <swillett@nvidia.com>2012-07-31 16:30:10 -0700
committerSimone Willett <swillett@nvidia.com>2012-07-31 16:31:03 -0700
commit93c0203357dd05068309c1141a802585f7c6be27 (patch)
treefe42e96da58f2bbe3d76b157c2c54d4f06d867da /arch/arm/mach-tegra/board-enterprise-power.c
parent791ce48846be8b9cf0c4373393ccd7292c05e7b4 (diff)
Revert "regulator: tps80031: rename regulator-name enums"
This reverts commit 5bc340e408aa3f009651735c71f3c97676fbe79f Change-Id: I70e40e9cf025c73fde46d1a5577547dc37182a64 Reviewed-on: http://git-master/r/119800 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@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 4698c75b56b6..37d4576feb96 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_REGULATOR_##_id, \
+ .id = TPS80031_ID_##_id, \
.name = "tps80031-regulator", \
.platform_data = &pdata_##_data##_##_sname, \
}