summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorVarun Wadekar <vwadekar@nvidia.com>2011-07-19 14:56:23 +0530
committerManish Tuteja <mtuteja@nvidia.com>2011-07-22 03:52:31 -0700
commit5596558bd79720be8526bec5269124c1fd67e24e (patch)
tree57bd91450f146c016355a4cac26fefd2e8486f89 /arch
parentf379591996a1220bd2f213a70f8129eebf0b30f0 (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 Change-Id: Ie70bf3c699c94a6bde90e45529bb1049e86a1461 Signed-off-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-on: http://git-master/r/41737 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/include/mach/tegra2_fuse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/include/mach/tegra2_fuse.h b/arch/arm/mach-tegra/include/mach/tegra2_fuse.h
index c657ac0929a2..42b158b367ca 100644
--- a/arch/arm/mach-tegra/include/mach/tegra2_fuse.h
+++ b/arch/arm/mach-tegra/include/mach/tegra2_fuse.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