summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/board-tegranote7c-power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-tegranote7c-power.c b/arch/arm/mach-tegra/board-tegranote7c-power.c
index 7d43b983f0f6..06f95962e304 100644
--- a/arch/arm/mach-tegra/board-tegranote7c-power.c
+++ b/arch/arm/mach-tegra/board-tegranote7c-power.c
@@ -124,7 +124,7 @@ struct max17048_platform_data tegranote7c_max17048_pdata = {
.model_data = &tegranote7c_max17048_mdata,
.read_batt_id = 1;
.set_current_threshold = ina230_set_current_threshold,
- .current_normal = tegranote7c_BATTERY_MAX_CURRENT,
+ .current_normal = TEGRANOTE7C_BATTERY_MAX_CURRENT,
.current_threshold_num = 2,
.current_threshold_soc = {4, 8},
.current_threshold = {1800, 2500},