summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-ardbeg-power.c
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2014-03-13 17:00:09 +0530
committerLaxman Dewangan <ldewangan@nvidia.com>2014-03-14 08:43:39 -0700
commit190a8adb1e9fe5faf730d10f4dbb85cc2ec01175 (patch)
tree6303fca128af9d47296f0e07f68c7c6eac287768 /arch/arm/mach-tegra/board-ardbeg-power.c
parent8719f1ddcb873079f1726ae0abd9c6cdf8a2f728 (diff)
ARM: tegra: remove fixed regulator init from board file for TN8
the fixed regulators of TN8 is moved to the DT and there is dummy function for the fixed regulator initialisation in board files. Removing this unused code. Change-Id: Ia5bf176945ada7b4e38792d322db035be02aaf27 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/381480 GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'arch/arm/mach-tegra/board-ardbeg-power.c')
-rw-r--r--arch/arm/mach-tegra/board-ardbeg-power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-ardbeg-power.c b/arch/arm/mach-tegra/board-ardbeg-power.c
index 849d88f3ce91..2580a0665982 100644
--- a/arch/arm/mach-tegra/board-ardbeg-power.c
+++ b/arch/arm/mach-tegra/board-ardbeg-power.c
@@ -1147,7 +1147,7 @@ int __init ardbeg_regulator_init(void)
pmu_board_info.board_id == BOARD_E1769 ||
pmu_board_info.board_id == BOARD_P1761) {
tn8_regulator_init();
- return tn8_fixed_regulator_init();
+ return 0;
} else {
pr_warn("PMU board id 0x%04x is not supported\n",
pmu_board_info.board_id);