summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojciech Bieganski <wbieganski@antmicro.com>2014-04-03 13:05:25 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-04-04 21:59:15 +0200
commit09752a9d4cd2685f8f5859d8b2a6547f68ccbcbb (patch)
tree66fd81eff0239fa77392bc4ef7d305fe45e63721
parent4626241ad0e4e83c92ad8c5f2f50d713afeb8b4f (diff)
media: symbol tegra_powergate_partition now exports
This commit fixes the kernel compilation error with the lack of the export of tegra_powergate_partition symbol in arch/arm/mach-tegra/powergate.c
-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)
{