From: Thierry Reding Date: Fri, 6 Dec 2013 15:49:56 +0000 (+0100) Subject: ARM: tegra: Export tegra_powergate_remove_clamping() X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=201fc0f9163314d169bb6b9837f922a8a374f81b;p=deliverable%2Flinux.git 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 Signed-off-by: Stephen Warren --- diff --git a/arch/arm/mach-tegra/powergate.c b/arch/arm/mach-tegra/powergate.c index e8ccb2973333..a67c92acb4a6 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,