summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorVarun Wadekar <vwadekar@nvidia.com>2011-07-19 14:56:23 +0530
committerVarun Colbert <vcolbert@nvidia.com>2011-07-25 18:46:18 -0700
commit7c6296eb8875d336886452657a1fb0886305a93a (patch)
tree2164e74194c302817e070824218b3d172fd22328 /arch
parent1279d2144aedbf821c964d8cb8dae264a0144f71 (diff)
arm: tegra: fuse: declare tegra_fuse_regulator_en() as extern
platforms need to implement their fuse power on functions if they do not use regulators to power on the fuse block Bug 836963 Reviewed-on: http://git-master/r/#change,41737 (cherry picked from commit 02747e1ddd8391dbb73ee04493417846508ebfbc) Change-Id: I1f462c1e92574e8f64ce2158a4fee8be7f5441ce Signed-off-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-on: http://git-master/r/42821 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/include/mach/tegra_odm_fuses.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/include/mach/tegra_odm_fuses.h b/arch/arm/mach-tegra/include/mach/tegra_odm_fuses.h
index 364e66caea00..4ab8433dbbff 100644
--- a/arch/arm/mach-tegra/include/mach/tegra_odm_fuses.h
+++ b/arch/arm/mach-tegra/include/mach/tegra_odm_fuses.h
@@ -103,4 +103,5 @@ int tegra_fuse_program(struct fuse_data *pgm_data, u32 flags);
/* Disables the fuse programming until the next system reset */
void tegra_fuse_program_disable(void);
+extern int (*tegra_fuse_regulator_en)(int);
#endif