summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c6d215fc025c..637877e5d25b 100644
--- a/arch/arm/mach-tegra/powergate.c
+++ b/arch/arm/mach-tegra/powergate.c
@@ -787,6 +787,7 @@ err_clk_off:
WARN(1, "Could not Powergate Partition %d, all clks not disabled", id);
return ret;
}
+EXPORT_SYMBOL(tegra_powergate_partition);
int tegra_powergate_partition_with_clk_off(int id)
{