From 09752a9d4cd2685f8f5859d8b2a6547f68ccbcbb Mon Sep 17 00:00:00 2001 From: Wojciech Bieganski Date: Thu, 3 Apr 2014 13:05:25 +0200 Subject: 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 --- arch/arm/mach-tegra/powergate.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch') 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) { -- cgit v1.2.3