From: Thierry Reding Date: Fri, 6 Dec 2013 15:49:55 +0000 (+0100) Subject: ARM: tegra: Export tegra_powergate_power_off() X-Git-Tag: firefly_0821_release~176^2~4589^2~15^2~4 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=44374afee87b5384f2ee3c2e5e5b8419c1573efb;p=firefly-linux-kernel-4.4.55.git ARM: tegra: Export tegra_powergate_power_off() This function can be used by drivers, which in turn may be built as modules. Export the symbol so it is available to modules. 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 ed4d3d15b8db..e8ccb2973333 100644 --- a/arch/arm/mach-tegra/powergate.c +++ b/arch/arm/mach-tegra/powergate.c @@ -109,6 +109,7 @@ int tegra_powergate_power_off(int id) return tegra_powergate_set(id, false); } +EXPORT_SYMBOL(tegra_powergate_power_off); int tegra_powergate_is_powered(int id) {