summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-tn8-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-tn8-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-tn8-power.c')
-rw-r--r--arch/arm/mach-tegra/board-tn8-power.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-tegra/board-tn8-power.c b/arch/arm/mach-tegra/board-tn8-power.c
index ac7a175f05e9..dec31f415cb5 100644
--- a/arch/arm/mach-tegra/board-tn8-power.c
+++ b/arch/arm/mach-tegra/board-tn8-power.c
@@ -233,11 +233,6 @@ int __init tn8_regulator_init(void)
return 0;
}
-int __init tn8_fixed_regulator_init(void)
-{
- return 0;
-}
-
int __init tn8_edp_init(void)
{
unsigned int regulator_mA;