aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@gmail.com>2013-12-06 16:49:56 +0100
committerStephen Warren <swarren@nvidia.com>2013-12-16 14:02:51 -0700
commit201fc0f9163314d169bb6b9837f922a8a374f81b (patch)
tree10bcdb644ad3d2d2ae852d1682a304d3e1227c85 /arch/arm
parent44374afee87b5384f2ee3c2e5e5b8419c1573efb (diff)
ARM: tegra: Export tegra_powergate_remove_clamping()
Drivers can use the tegra_powergate_remove_clamping() API during initialization. In order to allow such drivers to be built as modules, export the symbol. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-tegra/powergate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/powergate.c b/arch/arm/mach-tegra/powergate.c
index e8ccb297333..a67c92acb4a 100644
--- a/arch/arm/mach-tegra/powergate.c
+++ b/arch/arm/mach-tegra/powergate.c
@@ -144,6 +144,7 @@ int tegra_powergate_remove_clamping(int id)
return 0;
}
+EXPORT_SYMBOL(tegra_powergate_remove_clamping);
/* Must be called with clk disabled, and returns with clk enabled */
int tegra_powergate_sequence_power_up(int id, struct clk *clk,